From f14d8ead9b7fd657d8da750b11a8cec268d47e74 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 28 Jun 2006 21:32:28 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=10544 --- checkin_notes | 6 ++++++ clientgui/BOINCGUIApp.cpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index b06ec9e39f..bb5f7fafca 100755 --- a/checkin_notes +++ b/checkin_notes @@ -7042,3 +7042,9 @@ David 28 June 2006 Makefile.am http_curl.C,h main.C + +Rom 28 June 2006 + - Bug Fix: make sure the same frame is not initialized twice. + + clientgui/ + BOINCGUIApp.cpp diff --git a/clientgui/BOINCGUIApp.cpp b/clientgui/BOINCGUIApp.cpp index 99134b766f..a5e512ebd8 100644 --- a/clientgui/BOINCGUIApp.cpp +++ b/clientgui/BOINCGUIApp.cpp @@ -1028,7 +1028,7 @@ bool CBOINCGUIApp::SetActiveGUI(int iGUISelection, bool bShowWindow) { CBOINCBaseFrame* pNewFrame = NULL; // Create the new window - if ((iGUISelection != m_iGUISelected) || !pNewFrame) { + if ((iGUISelection != m_iGUISelected) || !m_pFrame) { switch(iGUISelection) { case BOINC_SIMPLEGUI: // Initialize the simple gui window