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(); } //