[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Tue Apr 5 19:38:07 CEST 2005


CVS commit by staikos: 

datasources are paused, not rvectors


  M +0 -8      kstrvector.cpp   1.89


--- kdeextragear-2/kst/kst/kstrvector.cpp  #1.88:1.89
@@ -414,12 +414,4 @@ KstObject::UpdateType KstRVector::update
   }
 
-#if 0
-  // FIXME: need to make "paused" a global attribute because we don't have
-  // access to KstApp here
-  if (KstApp::inst()->paused()) { // Should this be in the data source instead?
-    return setLastUpdateResult(NO_CHANGE);
-  }
-#endif
-
   if (_file) {
     _file->writeLock();




More information about the Kst mailing list