From kde-commits Sun Nov 09 22:34:22 2003 From: Andras Mantia Date: Sun, 09 Nov 2003 22:34:22 +0000 To: kde-commits Subject: quanta_be: quanta/quanta/treeviews X-MARC-Message: https://marc.info/?l=kde-commits&m=106841749601403 CVS commit by amantia: Synch with HEAD. M +1 -0 filestreeview.cpp 1.54.2.5 M +0 -1 templatestreeview.cpp 1.53.2.5 --- quanta/quanta/treeviews/filestreeview.cpp #1.54.2.4:1.54.2.5 @@ -603,4 +603,5 @@ void FilesTreeView::slotReload() kftvi = dynamic_cast (it.current()); if ( kftvi && kftvi->isDir() && kftvi->isOpen()) { + kftvi->setListed( false ); // force re-read kftvi->branch()->populate(kftvi->url(), kftvi); } --- quanta/quanta/treeviews/templatestreeview.cpp #1.53.2.4:1.53.2.5 @@ -306,5 +306,4 @@ void TemplatesTreeView::slotNewDir() writeDirInfo(startDir+"/"+createDirDlg->dirName->text()+"/.dirinfo"); } - slotReload(); } }