From 8636ddd5ec5b3ba9c95df331a1e5d4ff36c1b9bb Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Thu, 24 Jan 2008 15:18:14 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=14620 --- clientgui/BOINCGUIApp.cpp | 4 ++-- doc/versions.inc | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/clientgui/BOINCGUIApp.cpp b/clientgui/BOINCGUIApp.cpp index 3f724ffbf1..0db01267eb 100644 --- a/clientgui/BOINCGUIApp.cpp +++ b/clientgui/BOINCGUIApp.cpp @@ -361,9 +361,9 @@ bool CBOINCGUIApp::OnInit() { #ifdef __WXMAC__ // When running BOINC Client as a daemon / service, the menubar icon is sometimes // unresponsive to mouse clicks if we create it before connecting to the Client. - bool m_bClientRunningAsDaemon = (TickCount() < (120*60)) && // If system has been up for less than 2 minutes + bool m_bClientRunningAsDaemon = (TickCount() < (120*60)) && // If system has been up for less than 2 minutes ( boinc_file_exists("/Library/LaunchDaemons/edu.berkeley.boinc.plist") || // New-style daemon uses launchd - boinc_file_exists("/Library/StartupItems/boinc/boinc") ); // Old-style daemon uses StartupItem + boinc_file_exists("/Library/StartupItems/boinc/boinc") ); // Old-style daemon uses StartupItem if (m_bClientRunningAsDaemon) StartupBOINCCore(); #endif diff --git a/doc/versions.inc b/doc/versions.inc index 2148fb2104..d1f05dd7ac 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -31,11 +31,11 @@ function type_text($type) { } } -$w51038= array( - "num"=>"5.10.38", +$w51039= array( + "num"=>"5.10.39", "status"=>"Development version (Win98+, Win2000+)", - "file"=>"boinc_5.10.38_windows_intelx86.exe", - "date"=>"16 Jan 2008", + "file"=>"boinc_5.10.39_windows_intelx86.exe", + "date"=>"24 Jan 2008", "type"=>"win_new", ); @@ -47,11 +47,11 @@ $w51030= array( "type"=>"win_new", ); -$w51038x64= array( - "num"=>"5.10.38", +$w51039x64= array( + "num"=>"5.10.39", "status"=>"Development version (WinXP64+)", - "file"=>"boinc_5.10.38_windows_x86_64.exe", - "date"=>"9 Jan 2008", + "file"=>"boinc_5.10.39_windows_x86_64.exe", + "date"=>"24 Jan 2008", "type"=>"win_new", ); @@ -187,7 +187,7 @@ $windows = array( "name"=>"Windows", "dbname" => "windows_intelx86", "versions"=>array( - $w51038, + $w51039, $w51030, $w5816, $w5411, @@ -198,7 +198,7 @@ $windowsx64 = array( "name"=>"Windows x64", "dbname" => "windows_x86_64", "versions"=>array( - $w51038x64, + $w51039x64, $w51030x64, ) );