mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-16 23:22:31 +00:00
* Change :rtorrent:state to an integer.
* Split up DownloadList::insert to get proper ordering of slot map calls and variable initialization. * Added filtering to ViewDownloads. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@675 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+3
-2
@@ -163,6 +163,7 @@ main(int argc, char** argv) {
|
||||
initialize_option_handler(control);
|
||||
|
||||
control->variable()->process_command("view_add = main");
|
||||
control->variable()->process_command("view_filter = main,started");
|
||||
control->variable()->process_command("view_sort_new = main,name");
|
||||
control->variable()->process_command("view_sort_current = main,name");
|
||||
|
||||
@@ -170,8 +171,8 @@ main(int argc, char** argv) {
|
||||
control->variable()->process_command("view_add = scheduler");
|
||||
control->variable()->process_command("view_sort_new = scheduler,state_changed"); // add started?
|
||||
control->variable()->process_command("view_sort_current = scheduler,state_changed");
|
||||
|
||||
// control->variable()->process_command("schedule = scheduler,10,10,download_scheduler=");
|
||||
|
||||
// control->variable()->process_command("schedule = scheduler,10,10,download_scheduler=");
|
||||
|
||||
// Move env and go through "try_import".
|
||||
// if (!control->variable()->process_file("~/.rtorrent.rc"))
|
||||
|
||||
Reference in New Issue
Block a user