Added missing IndicateConfigChanged in p3MsgService::loadWelcomeMsg to save the welcome message.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3749 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-11-04 18:03:54 +00:00
parent 89f80f9d5a
commit 08a69d603b

View File

@ -510,6 +510,8 @@ void p3MsgService::loadWelcomeMsg()
RsStackMutex stack(mMsgMtx); /********** STACK LOCKED MTX ******/ RsStackMutex stack(mMsgMtx); /********** STACK LOCKED MTX ******/
imsg[msg->msgId] = msg; imsg[msg->msgId] = msg;
IndicateConfigChanged();
} }