Checked in first part of patch 164774 for bug 264397:

Sunbird - Preferences: "General" icon is always highlighted (highlit?)
This commit is contained in:
mostafah%oeone.com 2004-11-08 16:35:25 +00:00
parent 9ce15630b0
commit c2c4029db1

View File

@ -334,7 +334,7 @@ function launchPreferences()
if( applicationName == "Mozilla" || applicationName == "Firebird" ) {
goPreferences( "calendarPanel", "chrome://calendar/content/pref/calendarPref.xul", "calendarPanel" );
} else
window.openDialog("chrome://calendar/content/pref/prefBird.xul", "PrefWindow", "chrome,titlebar,modal,resizable=no");
window.openDialog("chrome://calendar/content/pref/prefBird.xul", "PrefWindow", "chrome,titlebar,modal,resizable,modal");
}
/**