[Konsole-devel] [Bug 89629] crash when showing tabbar with centered background

Stephan Binner binner at kde.org
Sat Sep 25 14:56:46 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
        
http://bugs.kde.org/show_bug.cgi?id=89629        
binner kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From binner kde org  2004-09-25 16:56 -------
CVS commit by binner: 

Bug 89629: crash when showing tabbar with centered background 
CCMAIL: 89629-done bugs kde org


  M +2 -1      konsole.cpp   1.472.2.5


--- kdebase/konsole/konsole/konsole.cpp  #1.472.2.4:1.472.2.5
 @ -1880,9 +1880,10  @ void Konsole::switchToTabWidget()
     rootxpms.remove(se_widget);
   }
-  delete se_widget;
   setCentralWidget(tabwidget);
   tabwidget->showPage(se->widget());
   tabwidget->show();
 
+  delete se_widget;
+
   if (se->isMasterMode())
     enableMasterModeConnections();



More information about the konsole-devel mailing list