]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/treeviewcontextmenu.cpp
* allow to toggle the content of split views by the context menu
[dolphin.git] / src / treeviewcontextmenu.cpp
index 07145fe0e065e7bf540e91ee62080c0c604a0805..ec6d322008b5e98e66f14e2f86e6fd16111cfdb4 100644 (file)
@@ -162,7 +162,8 @@ void TreeViewContextMenu::deleteItem()
 
 void TreeViewContextMenu::showProperties()
 {
-    new KPropertiesDialog(m_fileInfo->url());
+    KPropertiesDialog dialog(m_fileInfo->url());
+    dialog.exec();
 }
 
 #include "treeviewcontextmenu.moc"