]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/treeviewcontextmenu.cpp
Fix signal/slot
[dolphin.git] / src / treeviewcontextmenu.cpp
index e799b667f2530f0c2e962afdb36b82e24dae4ade..07145fe0e065e7bf540e91ee62080c0c604a0805 100644 (file)
@@ -96,7 +96,7 @@ void TreeViewContextMenu::open()
 
     // insert 'Properties' entry
     QAction* propertiesAction = new QAction(i18n("Properties"), this);
-    connect(this, SIGNAL(triggered()), this, SLOT(showProperties()));
+    connect(propertiesAction, SIGNAL(triggered()), this, SLOT(showProperties()));
     popup->addAction(propertiesAction);
 
     popup->exec(QCursor::pos());