From 4694ff22d5ae4063d937144953a4c5a731260c1c Mon Sep 17 00:00:00 2001 From: csoler Date: Mon, 18 May 2009 20:01:17 +0000 Subject: [PATCH] added proper notification for network list update. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1259 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp b/retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp index 057cde065..de7a0df0f 100755 --- a/retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp +++ b/retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp @@ -544,6 +544,8 @@ void FofPage::signAllSelectedUsers() selectedPeersTW->setEnabled(false) ; makeFriendButton->setEnabled(false) ; + rsicontrol->getNotify().notifyListChange(NOTIFY_LIST_NEIGHBOURS,0) ; + rsicontrol->getNotify().notifyListChange(NOTIFY_LIST_FRIENDS,0) ; emit completeChanged(); } //