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++) {