Removed peer name from "is typing..." message of the sender and add it of the receiver side.

Now the "is typing..." message can be translated.
It is still not a good solution, but it works for now.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3408 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-08-30 18:33:19 +00:00
parent 7b20984574
commit 77418bd4b6
6 changed files with 54 additions and 40 deletions

View file

@ -71,7 +71,7 @@ public slots:
void resetStatusBar() ;
void updateStatusTyping() ;
void updateStatusString(const QString&) ;
void updateStatusString(const QString& peer_id, const QString& statusString) ;
void anchorClicked (const QUrl &);
void updateStatus(const QString &peer_id, int status);