[Kst] extragear/graphics/kst/kst

George Staikos staikos at kde.org
Mon Oct 24 15:01:53 CEST 2005


SVN commit 473679 by staikos:

proper recursion


 M  +1 -1      kstviewobject.cpp  


--- trunk/extragear/graphics/kst/kst/kstviewobject.cpp #473678:473679
@@ -1609,7 +1609,7 @@
   }
 
   for (KstViewObjectList::ConstIterator i = _children.begin(); i != _children.end(); ++i) {
-    if ((*i)->dirty()) {
+    if ((*i)->objectDirty()) {
       return true;
     }
   }


More information about the Kst mailing list