зеркало из https://github.com/mozilla/pjs.git
Fixing bug 352448, |Feed Preferences...| menu item does not activate General prefs pane. Patch by Sean Murphy <camino@seanmurph.com>, r=me, sr=pink. Camino only.
This commit is contained in:
Родитель
a70031f9ee
Коммит
48a11adec3
|
@ -1641,7 +1641,7 @@ enum BWCOpenDest {
|
|||
- (IBAction)openFeedPrefPane:(id)sender
|
||||
{
|
||||
[[MVPreferencesController sharedInstance] showPreferences:nil];
|
||||
[[MVPreferencesController sharedInstance] selectPreferencePaneByIdentifier:@"org.mozilla.camino.preference.general"];
|
||||
[[MVPreferencesController sharedInstance] selectPreferencePaneByIdentifier:@"org.mozilla.camino.preference.navigation"];
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Загрузка…
Ссылка в новой задаче