From 9801eddcdc065300a97a3b35dfafe2399a29f729 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 26 May 2007 13:33:36 +0000 Subject: reanimate properties dialog (thanks to Laurent Montel for fixing it in the tree view!) svn path=/trunk/KDE/kdebase/apps/; revision=668453 --- src/dolphinmainwindow.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/dolphinmainwindow.cpp') diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 2f24f746e..cdb3f3cbc 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -458,7 +458,9 @@ void DolphinMainWindow::deleteItems() void DolphinMainWindow::properties() { const KFileItemList list = m_activeView->selectedItems(); - new KPropertiesDialog(list, this); + KPropertiesDialog* dlg = new KPropertiesDialog(list, this); + dlg->exec(); + delete dlg; } void DolphinMainWindow::quit() -- cgit v1.3