Added ConfigSave Indication when a Msg has been read.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@462 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2008-04-03 13:01:42 +00:00
parent 99aab9cea4
commit 053e119e1c

View File

@ -512,6 +512,8 @@ bool p3MsgService::markMsgIdRead(std::string mid)
RsMsgItem *mi = mit->second;
mi -> msgFlags &= ~(RS_MSG_FLAGS_NEW);
msgChanged.IndicateChanged();
IndicateConfigChanged(); /**** INDICATE MSG CONFIG CHANGED! *****/
return true;
}
return false;