Fixed saving new message to draft.

When you write a new message and save it to draft more than once, a new message in draft is created everytime you save.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3466 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-09-11 10:39:40 +00:00
parent d85ec3acf2
commit 061cb2a6a8
3 changed files with 16 additions and 14 deletions

View file

@ -178,8 +178,8 @@ private:
QHash<QString, QString> autoLinkTitleDictionary;
QHash<QString, int> autoLinkTargetDictionary;
std::string m_sMsgId; // existing message id
int m_nBox; // box from the existing message
std::string m_sMsgId; // existing message id
std::string m_sDraftMsgId; // existing message id
/* maps of files */
std::list<AttachFileItem *> mAttachments;