From 19817475d617be4e0e3762cda6c0aeaae0c81860 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Tue, 6 Nov 2007 11:24:00 +0000 Subject: [PATCH] Mac: Fix brief flash of Manager window at OS 10.5 system startup svn path=/trunk/boinc/; revision=14089 --- mac_installer/PostInstall.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mac_installer/PostInstall.cpp b/mac_installer/PostInstall.cpp index 1eb273a457..f23ff02e08 100755 --- a/mac_installer/PostInstall.cpp +++ b/mac_installer/PostInstall.cpp @@ -459,10 +459,10 @@ void SetLoginItem(long brandID, Boolean deleteLogInItem) if (brandID == 1) Success = AddLoginItemWithPropertiesToUser(kCurrentUser, - "/Applications/GridRepublic Desktop.app", kDoNotHideOnLaunch); + "/Applications/GridRepublic Desktop.app", kHideOnLaunch); else 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