[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Tue Mar 29 19:24:42 CEST 2005


CVS commit by staikos: 

fix update regression from recent commits


  M +1 -0      kstrvector.cpp   1.85
  M +3 -1      kstvector.cpp   1.107


--- kdeextragear-2/kst/kst/kstvector.cpp  #1.106:1.107
@@ -292,5 +292,7 @@ KstObject::UpdateType KstVector::update(
   }
 
-  return internalUpdate(providerRC);
+  KstObject::UpdateType rc = internalUpdate(providerRC);
+  setDirty(false);
+  return rc;
 }
 

--- kdeextragear-2/kst/kst/kstrvector.cpp  #1.84:1.85
@@ -430,4 +430,5 @@ KstObject::UpdateType KstRVector::update
   }
 
+  setDirty(false);
   return setLastUpdateResult(rc);
 }




More information about the Kst mailing list