From f8fcf01d1faafa03122418210ce135bf6d3a1695 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Wed, 26 Feb 2014 06:48:49 -0800 Subject: [PATCH] Mac installer: update an obsolete comment --- mac_installer/PostInstall.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/mac_installer/PostInstall.cpp b/mac_installer/PostInstall.cpp index 0a6cb55166..7ce5e01f8c 100644 --- a/mac_installer/PostInstall.cpp +++ b/mac_installer/PostInstall.cpp @@ -865,9 +865,6 @@ Boolean SetLoginItemOSAScript(long brandID, Boolean deleteLogInItem, char *userN fprintf(stdout, "Making new login item %s for user %s\n", appName[brandID], userName); fflush(stdout); - // With wxCocoa 3.0, setting login item with hidden=true seems to prevent BOINC Manager - // from fully starting at login until it is brought to the front, so set hidden=false. - // The logic inside BOINC Manager keeps it hidden anyway (unless not attached to any projects.) sprintf(cmd, "sudo -u \"%s\" osascript -e 'tell application \"System Events\"' -e 'make new login item at end with properties {path:\"%s\", hidden:true, name:\"%s\"}' -e 'end tell'", userName, appPath[brandID], appName[brandID]); err = system(cmd); if (err) {