[Kst] branches/work/kst/hierarchy/kst/src/libkst

Eli Fidler eli at staikos.net
Fri Jan 5 23:38:54 CET 2007


SVN commit 620402 by fidler:

update tag when file changes


 M  +1 -0      kstrmatrix.cpp  
 M  +1 -0      kstrvector.cpp  


--- branches/work/kst/hierarchy/kst/src/libkst/kstrmatrix.cpp #620401:620402
@@ -595,6 +595,7 @@
   if (_file) {
     _file->writeLock();
   }
+  setTagName(KstObjectTag(tag().tag(), _file->tag(), false));
   reset();
   if (_file) {
     _file->unlock();
--- branches/work/kst/hierarchy/kst/src/libkst/kstrvector.cpp #620401:620402
@@ -221,6 +221,7 @@
   if (_file) {
     _file->writeLock();
   }
+  setTagName(KstObjectTag(tag().tag(), _file->tag(), false));
   reset();
   if (_file) {
     _file->unlock();


More information about the Kst mailing list