fixed GUI for distant chat: correct display of peer names, chat window on client shows up when chat is openned. Window on server only shows up when first message is received.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7688 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2014-11-17 21:56:41 +00:00
parent 8480d46eb5
commit fd20f629dc
5 changed files with 139 additions and 130 deletions

View file

@ -40,7 +40,7 @@ class PopupDistantChatDialog: public PopupChatDialog
virtual void init(const RsPeerId &pid, const QString &title);
virtual void closeEvent(QCloseEvent *e) ;
virtual QString getPeerName(const RsGxsId &id) const ;
virtual QString getPeerName(const RsPeerId &id) const ;
protected slots:
void updateDisplay() ; // overloads RsAutoUpdatePage