Removing workaround to set the default browser on the pawn tinderbox

This commit is contained in:
mozilla.mano%sent.com 2005-09-11 21:44:41 +00:00
Родитель f65e420ad3
Коммит dbc3c993a1
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -435,9 +435,6 @@ const int kReuseWindowOnAE = 2;
NSString* defaultBrowserIdentifier = [[NSWorkspace sharedWorkspace] defaultBrowserIdentifier];
NSString* myIdentifier = [[NSBundle mainBundle] bundleIdentifier];
// temporarily just set us as the default browser, to fix tinderbox
[[NSWorkspace sharedWorkspace] setDefaultBrowserWithIdentifier:myIdentifier];
// silently update from our old to new bundle identifier
if ([defaultBrowserIdentifier isEqualToString:@"org.mozilla.navigator"])
{