[Kst] kdeextragear-2/kst/kst

Barth Netterfield netterfield at astro.utoronto.ca
Sat Jul 10 17:58:42 CEST 2004


CVS commit by netterfield: 

Remove deadlock as suggested by gs.


  M +1 -1      kstplugindialog_i.cpp   1.74


--- kdeextragear-2/kst/kst/kstplugindialog_i.cpp  #1.73:1.74
@@ -411,6 +411,6 @@ bool KstPluginDialogI::new_I() {
   }
 
-  KST::dataObjectList.lock().writeLock();
   plugin->update(-1);
+  KST::dataObjectList.lock().writeLock();
   KST::dataObjectList.append(plugin.data());
   KST::dataObjectList.lock().writeUnlock();





More information about the Kst mailing list