mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Checked in first part of patch 164774 for bug 264397:
Sunbird - Preferences: "General" icon is always highlighted (highlit?)
This commit is contained in:
parent
9ce15630b0
commit
c2c4029db1
@ -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");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user