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:
nick.kreeger%park.edu 2006-09-21 14:35:05 +00:00
Родитель a70031f9ee
Коммит 48a11adec3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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"];
}
//