Mac: Fix brief flash of Manager window at OS 10.5 system startup

svn path=/trunk/boinc/; revision=14089
This commit is contained in:
Charlie Fenton 2007-11-06 11:24:00 +00:00
parent b737687660
commit 19817475d6
1 changed files with 2 additions and 2 deletions

View File

@ -459,10 +459,10 @@ void SetLoginItem(long brandID, Boolean deleteLogInItem)
if (brandID == 1) if (brandID == 1)
Success = AddLoginItemWithPropertiesToUser(kCurrentUser, Success = AddLoginItemWithPropertiesToUser(kCurrentUser,
"/Applications/GridRepublic Desktop.app", kDoNotHideOnLaunch); "/Applications/GridRepublic Desktop.app", kHideOnLaunch);
else else
Success = AddLoginItemWithPropertiesToUser(kCurrentUser, Success = AddLoginItemWithPropertiesToUser(kCurrentUser,
"/Applications/BOINCManager.app", kDoNotHideOnLaunch); "/Applications/BOINCManager.app", kHideOnLaunch);
} }
// Sets the current skin selection to the specified skin in the specified user's preferences // Sets the current skin selection to the specified skin in the specified user's preferences