[Kst] kdeextragear-2/kst/kst

Barth Netterfield netterfield at astro.utoronto.ca
Sat Jul 10 05:04:08 CEST 2004


CVS commit by netterfield: 

Fix for bug 84843: plugins don't update on new or edit.


  M +2 -1      kstplugindialog_i.cpp   1.73


--- kdeextragear-2/kst/kst/kstplugindialog_i.cpp  #1.72:1.73
@@ -412,4 +412,5 @@ bool KstPluginDialogI::new_I() {
 
   KST::dataObjectList.lock().writeLock();
+  plugin->update(-1);
   KST::dataObjectList.append(plugin.data());
   KST::dataObjectList.lock().writeUnlock();
@@ -463,5 +464,5 @@ bool KstPluginDialogI::edit_I() {
     return false;
   }
-
+  DP->update(-1);
   emit modified();
   return true;





More information about the Kst mailing list