fix broken skin switching, r=ben

This commit is contained in:
hyatt%netscape.com 2006-05-17 02:22:23 +00:00
parent 4893b7318e
commit 4b17557ed2

View File

@ -36,5 +36,5 @@ function deselectSkin()
function installSkin()
{
var themeURL = prompt( "Enter URL for a skin to install:","");
chromeRegistry.installSkin( themeURL, DEBUG_USE_PROFILE );
chromeRegistry.installSkin( themeURL, DEBUG_USE_PROFILE, false );
}