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