Click on a certificate in a message (MessageWidget) shows the add friend wizard only once.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8036 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2015-03-16 14:40:30 +00:00
parent a967405c84
commit a23e563c6b
4 changed files with 17 additions and 1 deletions

View file

@ -164,6 +164,8 @@ MessageWidget::MessageWidget(bool controlled, QWidget *parent, Qt::WindowFlags f
ui.tagsLabel->setVisible(false);
ui.msgText->activateLinkClick(false);
if (isControlled == false) {
processSettings("MessageWidget", true);
}