Make sure the updater UI is initially visible to the user.

This commit is contained in:
darin%meer.net 2005-06-22 01:26:28 +00:00
Родитель d981693d0d
Коммит 2eb8227dd1
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -80,6 +80,9 @@ static const char *sProgramPath;
[[NSTimer scheduledTimerWithTimeInterval:TIMER_INTERVAL target:self
selector:@selector(updateProgressUI:)
userInfo:nil repeats:YES] retain];
// Make sure we are on top initially
[NSApp activateIgnoringOtherApps:YES];
}
// called when the timer goes off