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
This commit is contained in:
csoler 2009-05-18 20:01:17 +00:00
parent 58eb4e9c6e
commit 4694ff22d5

View File

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