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(); } }