[Kst] kdeextragear-2/kst/kst/datasources/planck/planckview

George Staikos staikos at kde.org
Fri Oct 24 07:13:11 CEST 2003


CVS commit by staikos: 

for now, let's do it like this


  M +2 -2      planckview.ui.h   1.2


--- kdeextragear-2/kst/kst/datasources/planck/planckview/planckview.ui.h  #1.1:1.2
@@ -61,10 +61,10 @@ void PlanckView::parse( QFile *f )
     }
     
+    _view->clear();
+
     for (QDomNode d = doc.firstChild(); !d.isNull(); d = d.nextSibling()) {
         if (!d.isElement() || d.toElement().tagName().lower() != "database") {
             continue;
         }
-
-        _view->clear();
 
         for (QDomNode n = d.toElement().firstChild(); !n.isNull(); n = n.nextSibling()) {




More information about the Kst mailing list