fixed open file, removed file action menu (already handled by the system), fixed the update of message icon when there is a new message

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2633 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-03-25 21:35:14 +00:00
parent b623f0d427
commit d4e50d09ab
4 changed files with 62 additions and 92 deletions

View file

@ -613,7 +613,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,
@ -684,7 +684,7 @@ void SharedFilesDialog::sharedDirTreeWidgetContextMenu( QPoint point )
contextMnu2.addAction( openfolderAct);
else
{
contextMnu2.addAction( menuAction );
// contextMnu2.addAction( menuAction );
contextMnu2.addAction( openfileAct);
}