disabled autodownload when subscribing to a channel. This is a response to a heavy demand from users annoyed by the need to cancel many downloads and the wish to be able to select what to DL in a channel. We could create a popup with a autdownload checkbox (unchecked by default) possibly asking what to DL in the subscribed channel (everything/only last post/nothing) when subscribing to make auto-download a little more visible

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4916 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-02-10 20:59:57 +00:00
parent 01899b85f9
commit 2bfd0bad42

View File

@ -537,7 +537,7 @@ void ChannelFeed::subscribeChannel()
#endif
if (rsChannels) {
rsChannels->channelSubscribe(mChannelId, true, true);
rsChannels->channelSubscribe(mChannelId, true, false);
}
updateChannelMsgs();