Fixed up GUI side of retroshare messages.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@332 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2008-02-04 17:55:59 +00:00
parent 8527a5e53f
commit 215e3386f2
9 changed files with 229 additions and 225 deletions

View file

@ -21,7 +21,6 @@
#include <QtGui>
#include "rshare.h"
#include "PopupChatDialog.h"
#include <QTextCodec>
@ -31,6 +30,7 @@
#include <QTextList>
#include "rsiface/rspeers.h"
#include "rsiface/rsmsgs.h"
/* Define the format used for displaying the date and time */
@ -300,7 +300,7 @@ void PopupChatDialog::sendChat()
ci.rsid = dialogId;
ci.name = dialogName;
rsicontrol -> ChatSend(ci);
rsMsgs -> ChatSend(ci);
lineWidget -> setText(QString(""));
/* redraw send list */