From 04537d9d19cfaa4823fe2afb4d68970401c19f63 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Thu, 28 Jul 2011 15:40:44 +0000 Subject: [PATCH] - WINSCR: Remove diagnostics screensaver dialog when the screensaver fails to be able open up the log files. clientscr/ screensaver_win.cpp svn path=/branches/boinc_core_release_6_12/; revision=23889 --- checkin_notes | 15 +++++++-------- clientscr/screensaver_win.cpp | 5 +---- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/checkin_notes b/checkin_notes index fcdcbf28da..a0198ca636 100644 --- a/checkin_notes +++ b/checkin_notes @@ -9999,6 +9999,13 @@ Rom 8 Jun 2011 configure.ac version.h +Rom 7 July 2011 + - WINSCR: Remove diagnostics screensaver dialog when the screensaver fails to + be able open up the log files. + + clientscr/ + screensaver_win.cpp + Charlie 7 July 2011 - Mac: Fix bug where menubar icon menu did not work after changing skin. @@ -10032,11 +10039,3 @@ Charlie 27 July 11 boinc.xcodeproj/ project.pbxproj -Charlie 28 July 11 - - Mac SCR: Fix vertical range of moving logo. - - clientscr/ - Mac_Saver_ModuleView.m - mac_build/ - boinc.xcodeproj/ - project.pbxproj diff --git a/clientscr/screensaver_win.cpp b/clientscr/screensaver_win.cpp index 35b31d2f8e..14d0b66cb8 100644 --- a/clientscr/screensaver_win.cpp +++ b/clientscr/screensaver_win.cpp @@ -171,10 +171,7 @@ HRESULT CScreensaver::Create(HINSTANCE hInstance) { "stdoutscr", "stderrscr" ); - if (retval) { - BOINCTRACE("WinMain - BOINC Screensaver Diagnostic Error '%d'\n", retval); - MessageBox(NULL, NULL, "BOINC Screensaver Diagnostic Error", MB_OK); - } + // Parse the command line and do the appropriate thing m_SaverMode = ParseCommandLine(GetCommandLine());