mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-17 07:32:32 +00:00
* Fixed more redirects to work properly with old webui's.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1175 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+4
-4
@@ -184,10 +184,10 @@ Download::create_info() {
|
||||
// TODO: Define a custom command for this and use $argument.0 instead of looking up the name multiple times?
|
||||
element->push_column("Throttle:", te_command("branch=d.throttle_name=,\""
|
||||
"cat=$d.throttle_name=,\\\" [Max \\\","
|
||||
"$convert.throttle=$get_throttle_up_max=$d.throttle_name=,\\\"/\\\","
|
||||
"$convert.throttle=$get_throttle_down_max=$d.throttle_name=,\\\" KB] [Rate \\\","
|
||||
"$convert.kb=$get_throttle_up_rate=$d.throttle_name=,\\\"/\\\","
|
||||
"$convert.kb=$get_throttle_down_rate=$d.throttle_name=,\\\" KB]\\\"\","
|
||||
"$convert.throttle=$throttle.up.max=$d.throttle_name=,\\\"/\\\","
|
||||
"$convert.throttle=$throttle.down.max=$d.throttle_name=,\\\" KB] [Rate \\\","
|
||||
"$convert.kb=$throttle.up.rate=$d.throttle_name=,\\\"/\\\","
|
||||
"$convert.kb=$throttle.down.rate=$d.throttle_name=,\\\" KB]\\\"\","
|
||||
"cat=\"global\""));
|
||||
|
||||
element->push_back("");
|
||||
|
||||
@@ -244,11 +244,11 @@ DownloadList::receive_view_input(Input type) {
|
||||
|
||||
switch (type) {
|
||||
case INPUT_LOAD_DEFAULT:
|
||||
title = "load_start";
|
||||
title = "load.start";
|
||||
break;
|
||||
|
||||
case INPUT_LOAD_MODIFIED:
|
||||
title = "load";
|
||||
title = "load.normal";
|
||||
break;
|
||||
|
||||
case INPUT_CHANGE_DIRECTORY:
|
||||
|
||||
Reference in New Issue
Block a user