Added missing break in NotifyQt::notifyListChange.

The signal "groupsChanged" was emitted when the event "NOTIFY_LIST_CHAT_LOBBY_LIST" occurs.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6452 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-06-21 12:25:27 +00:00
parent 7bc9e2ba53
commit ea161b3be6

View File

@ -670,6 +670,7 @@ void NotifyQt::notifyListChange(int list, int type)
std::cerr << "received notify chat lobby list" << std::endl;
#endif
emit lobbyListChanged();
break;
case NOTIFY_LIST_GROUPLIST:
#ifdef NOTIFY_DEBUG