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());