[Kst] kdeextragear-2/kst/kst

Andrew Walker arwalker at sumusltd.com
Tue Jul 27 00:19:06 CEST 2004


CVS commit by arwalker: 

With the advent of Linux being able to function as a memory manager and not just an address space manager this kind of memory check is no longer pointless. George, I'd appreciate if you'd leave these kind of checks alone - which I believe is the decision that we arrived with Barth some time ago.


  M +5 -3      kstfitdialog_i.cpp   1.26


--- kdeextragear-2/kst/kst/kstfitdialog_i.cpp  #1.25:1.26
@@ -736,7 +736,9 @@ void KstFitDialogI::pluginChanged(int id
 void KstFitDialogI::showPluginManager() {
   PluginManager *pm = new PluginManager(this, "Plugin Manager");
+  if (pm) {
   pm->exec();
   delete pm;
   updatePluginList();
+  }
 }
 





More information about the Kst mailing list