mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-29 17:36:19 -05:00
disabled the broadcastonchannel/recommendtofriends this is not jet implemented bether disabled this function from context menu
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1187 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0734fb3e72
commit
c23adba0b1
@ -224,9 +224,9 @@ void SearchDialog::searchtableWidgetCostumPopupMenu( QPoint point )
|
||||
|
||||
contextMnu->clear();
|
||||
contextMnu->addAction( downloadAct);
|
||||
contextMnu->addSeparator();
|
||||
contextMnu->addAction( broadcastonchannelAct);
|
||||
contextMnu->addAction( recommendtofriendsAct);
|
||||
//contextMnu->addSeparator();
|
||||
//contextMnu->addAction( broadcastonchannelAct);
|
||||
//contextMnu->addAction( recommendtofriendsAct);
|
||||
}
|
||||
|
||||
QMouseEvent *mevent = new QMouseEvent( QEvent::MouseButtonPress, point,
|
||||
|
Loading…
Reference in New Issue
Block a user