- 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
This commit is contained in:
Rom Walton 2011-07-28 15:40:44 +00:00
parent 6f798c414e
commit 04537d9d19
2 changed files with 8 additions and 12 deletions

View File

@ -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

View File

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