mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 06:20:44 -04:00
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:
parent
d85ec3acf2
commit
061cb2a6a8
3 changed files with 16 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue