mirror of https://github.com/BOINC/boinc.git
Mac: Fix brief flash of Manager window at OS 10.5 system startup
svn path=/trunk/boinc/; revision=14089
This commit is contained in:
parent
b737687660
commit
19817475d6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue