[Kst] branches/work/kst/portto4/kst/src/libkstmath

Adam Treat treat at kde.org
Tue Feb 20 21:34:59 CET 2007


SVN commit 635757 by treat:

* Compile libkstmath, but no linky yet


 M  +1 -1      plugincollection.cpp  


--- branches/work/kst/portto4/kst/src/libkstmath/plugincollection.cpp #635756:635757
@@ -234,7 +234,7 @@
   while (!backup.isEmpty()) {
     KstDebug::self()->log(i18n("Detected disappearance of '%1'.").arg(backup.begin().key()));
     emit pluginRemoved(backup.begin().key());
-    backup.remove(backup.begin());
+    backup.remove(backup.begin().key());
     changed = true;
   }
 


More information about the Kst mailing list