added a callback to notify when clicking on make friend button

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1089 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2009-03-20 23:10:56 +00:00
parent 3d2514238e
commit 207983a9e5

View File

@ -129,6 +129,7 @@ void ConnectDialog::authAttempt()
rsPeers->AuthCertificate(authId, authCode);
rsPeers->addFriend(authId);
rsicontrol->getNotify().notifyListChange(NOTIFY_LIST_NEIGHBOURS,1) ;
/* close it up! */
closeinfodlg();
}