[Kst] branches/work/kst/1.5/kst/src/libkstapp

Andrew Walker arwalker at sumusltd.com
Fri Jun 29 00:59:54 CEST 2007


SVN commit 681441 by arwalker:

only need to prevent name collision in vector name space

 M  +1 -1      kstvectordialog_i.cpp  


--- branches/work/kst/1.5/kst/src/libkstapp/kstvectordialog_i.cpp #681440:681441
@@ -638,7 +638,7 @@
     // verify that the curve name is unique
     QString tag_name = _tagName->text();
     _dp->writeLock();
-    if (tag_name != _dp->tagName() && KstData::self()->dataTagNameNotUnique(tag_name)) {
+    if (tag_name != _dp->tagName() && KstData::self()->vectorTagNameNotUnique(tag_name)) {
       _dp->unlock();
       _tagName->setFocus();
       return false;


More information about the Kst mailing list