added required libgpgme and libgpg-error to installer script

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2193 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-02-04 21:21:56 +00:00
parent c2fdbe177d
commit 3b1fe9db02
4 changed files with 18 additions and 13 deletions

View file

@ -281,7 +281,7 @@ void PeersDialog::peertreeWidgetCostumPopupMenu( QPoint point )
contextMnu.addAction( chatAct);
contextMnu.addAction( msgAct);
contextMnu.addAction( configurefriendAct);
contextMnu.addAction( profileviewAct);
//contextMnu.addAction( profileviewAct);
if (c->type() != 0) {
//this is a SSL key
contextMnu.addAction( connectfriendAct);