Temporarily force Camino as the default browser to fix tinderbox.

This commit is contained in:
smfr%smfr.org 2005-09-11 19:01:11 +00:00
Родитель a1fc672126
Коммит 524307e362
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -435,6 +435,9 @@ 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"])
{