From 594defb1bd695668e2109559427aa1eae6498cf0 Mon Sep 17 00:00:00 2001 From: defnax Date: Mon, 22 Mar 2010 23:26:44 +0000 Subject: [PATCH] disabled set Command action not realy useful and not working. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2603 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/SharedFilesDialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/retroshare-gui/src/gui/SharedFilesDialog.cpp b/retroshare-gui/src/gui/SharedFilesDialog.cpp index 254f3a8c1..2ae01e622 100644 --- a/retroshare-gui/src/gui/SharedFilesDialog.cpp +++ b/retroshare-gui/src/gui/SharedFilesDialog.cpp @@ -595,7 +595,7 @@ void SharedFilesDialog::sharedDirTreeWidgetContextMenu( QPoint point ) QMenu contextMnu2( this ); // - QAction* menuAction = fileAssotiationAction(currentFile) ; + //QAction* menuAction = fileAssotiationAction(currentFile) ; //new QAction(QIcon(IMAGE_PLAY), currentFile, this); //tr( "111Play File(s)" ), this ); // connect( openfolderAct , SIGNAL( triggered() ), this, @@ -694,7 +694,7 @@ void SharedFilesDialog::sharedDirTreeWidgetContextMenu( QPoint point ) contextMnu2.addAction( openfolderAct); else { - contextMnu2.addAction( menuAction ); + //contextMnu2.addAction( menuAction ); contextMnu2.addAction( openfileAct); }