fix broken skin switching, r=ben

This commit is contained in:
hyatt%netscape.com 2000-05-24 08:36:10 +00:00
parent acbc70693e
commit b314d8dce9

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 );
}