[Kst] kdeextragear-2/kst/kst

Barth Netterfield netterfield at astro.utoronto.ca
Tue Nov 23 01:30:55 CET 2004


CVS commit by netterfield: 

'forced update' forces update.  Now psds get updated when changed.

Approval: George
BUG: 93638


  M +1 -1      updatethread.cpp   1.31


--- kdeextragear-2/kst/kst/updatethread.cpp  #1.30:1.31
@@ -199,5 +199,5 @@ bool UpdateThread::doUpdates(bool force,
   }
 
-  if (U == KstObject::NO_CHANGE) { // no need to update further
+  if ((U == KstObject::NO_CHANGE) && (!force)) { // no need to update further
     return false;
   }





More information about the Kst mailing list