Patch #927 2006-03-15 01:58

sethjackson

Bug #6779
Download
927-Bug_6779_.patch (384 bytes)
Category
Application::Bugfix
Status
Accepted
Close date
2006-03-15 08:41
Assigned to
 
Index: src/src/app.cpp
===================================================================
--- src/src/app.cpp    (revision 2192)
+++ src/src/app.cpp    (working copy)
@@ -578,10 +578,9 @@
 {
     if (m_pSplash)
     {
-        m_pSplash->Hide();
         m_pSplash->Destroy();
+        m_pSplash = 0;
     }
-    m_pSplash = 0;
 }
 
 bool CodeBlocksApp::CheckResource(const wxString& res)