From 48d293f8b039a0703169f3bc81452e392a6d5b39 Mon Sep 17 00:00:00 2001 From: chrisparker126 Date: Sat, 9 Apr 2011 17:39:43 +0000 Subject: [PATCH] forgot to commit change to gui chanmsgitem for changed subscribe channel git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4140 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/feeds/ChanMsgItem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/feeds/ChanMsgItem.cpp b/retroshare-gui/src/gui/feeds/ChanMsgItem.cpp index 3716a6994..e4fd1c5e0 100644 --- a/retroshare-gui/src/gui/feeds/ChanMsgItem.cpp +++ b/retroshare-gui/src/gui/feeds/ChanMsgItem.cpp @@ -351,7 +351,7 @@ void ChanMsgItem::unsubscribeChannel() if (rsChannels) { - rsChannels->channelSubscribe(mChanId, false); + rsChannels->channelSubscribe(mChanId, false, false); } updateItemStatic(); }