mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-13 13:42:30 +00:00
* Setting 'd.state.set=0' before removing a download from the 'started' view, so it will be properly set when 'event.download.paused' event is triggered.
* Bumped version number. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1227 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+1
-1
@@ -273,7 +273,7 @@ main(int argc, char** argv) {
|
||||
|
||||
"view.add = stopped\n"
|
||||
"view.filter = stopped,((false))\n"
|
||||
"view.event_added = stopped,\"view.set_not_visible=started ;d.state.set=0\"\n"
|
||||
"view.event_added = stopped,\"d.state.set=0 ;view.set_not_visible=started\"\n"
|
||||
"view.event_removed = stopped,view.set_visible=started\n"
|
||||
|
||||
"view.add = complete\n"
|
||||
|
||||
Reference in New Issue
Block a user