[Kst] branches/kst/1.2/kst/kst

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


SVN commit 538946 by staikos:

backport fix for 126998


 M  +1 -1      curveplacementwidget.ui.h  


--- branches/kst/1.2/kst/kst/curveplacementwidget.ui.h #538945:538946
@@ -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