[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Sat Apr 23 00:52:11 CEST 2005


CVS commit by staikos: 

don't create curve and plugin with the same name


  M +1 -1      kstfitdialog_i.cpp   1.59


--- kdeextragear-2/kst/kst/kstfitdialog_i.cpp  #1.58:1.59
@@ -373,5 +373,5 @@ bool KstFitDialogI::createCurve(KstPlugi
 
   // Generate new fit name
-  QString c_name = KST::suggestCurveName(plugin->tagName());
+  QString c_name = KST::suggestCurveName(plugin->tagName(), true);
 
   if (plugin->inputVectors().contains("X Array")) {




More information about the Kst mailing list