From 1500fda2fdf62ab04eb0028be5c6ee5c1ef235bb Mon Sep 17 00:00:00 2001 From: csoler Date: Tue, 19 Mar 2013 20:32:46 +0000 Subject: [PATCH] clicking on download for channel item marks the item as read git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6248 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/feeds/ChanMsgItem.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/retroshare-gui/src/gui/feeds/ChanMsgItem.cpp b/retroshare-gui/src/gui/feeds/ChanMsgItem.cpp index ab9ca4fe0..51244a8d1 100644 --- a/retroshare-gui/src/gui/feeds/ChanMsgItem.cpp +++ b/retroshare-gui/src/gui/feeds/ChanMsgItem.cpp @@ -387,6 +387,8 @@ void ChanMsgItem::unsubscribeChannel() void ChanMsgItem::download() { + readToggled(false); + std::list::iterator it; for(it = mFileItems.begin(); it != mFileItems.end(); it++) {