The private chat can be started from the PeerItem.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3363 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-08-12 19:45:15 +00:00
parent 76019cd671
commit 6d13b3ac54

View File

@ -39,6 +39,7 @@
#include "feeds/PeerItem.h"
#include "settings/rsharesettings.h"
#include "chat/PopupChatDialog.h"
const uint32_t NEWSFEED_PEERLIST = 0x0001;
const uint32_t NEWSFEED_FORUMNEWLIST = 0x0002;
@ -420,6 +421,6 @@ void NewsFeed::openChat(std::string peerId)
std::cerr << "NewsFeed::openChat()";
std::cerr << std::endl;
#endif
PopupChatDialog::chatFriend(peerId);
}