mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-18 20:34:26 -05:00
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:
parent
3d2514238e
commit
207983a9e5
@ -129,6 +129,7 @@ void ConnectDialog::authAttempt()
|
|||||||
rsPeers->AuthCertificate(authId, authCode);
|
rsPeers->AuthCertificate(authId, authCode);
|
||||||
rsPeers->addFriend(authId);
|
rsPeers->addFriend(authId);
|
||||||
|
|
||||||
|
rsicontrol->getNotify().notifyListChange(NOTIFY_LIST_NEIGHBOURS,1) ;
|
||||||
/* close it up! */
|
/* close it up! */
|
||||||
closeinfodlg();
|
closeinfodlg();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user