[Kst] branches/kst/hfi_calib/kst/kst

George Staikos staikos at kde.org
Tue May 9 13:45:46 CEST 2006


SVN commit 538947 by staikos:

fix for 126998


 M  +1 -1      curveplacementwidget.ui.h  


--- branches/kst/hfi_calib/kst/kst/curveplacementwidget.ui.h #538946:538947
@@ -85,7 +85,7 @@
 	_plotList->insertItem(*i);
     }
 
-    if (!old.isNull() && _plotList->count() > 0) {
+    if (!old.isNull() && plots.contains(old)) {
 	_plotList->setCurrentText(old);
     }
 }


More information about the Kst mailing list