[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Thu Sep 30 14:57:11 CEST 2004


CVS commit by staikos: 

For some reason this is causing crashes on exit with very heavily loaded Kst
sessions on RH9 machines (Qt 3.1).  Better disable it


  M +4 -0      kst.cpp   1.243


--- kdeextragear-2/kst/kst/kst.cpp  #1.242:1.243
@@ -280,8 +280,12 @@ void KstApp::updateActions() {
 KstApp::~KstApp() {
   _updateThread->setFinished(true);
+#if 0
   if (!_updateThread->wait(250)) { // 250ms
     _updateThread->terminate();
+#endif
     _updateThread->wait();
+#if 0
   }
+#endif
 
   delete _updateThread;





More information about the Kst mailing list