mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-14 06:02:31 +00:00
* Made the signal in View trigger using a task, thus avoiding bad
recursions and wrongly orderer commands. This should fix some problems with hash checking returning errno 0. * More changes to View usage. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1048 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+2
-1
@@ -153,7 +153,8 @@ Download::create_info() {
|
||||
element->push_column("Created:", te_command("cat=$to_date=$d.get_creation_date=,\" \",$to_time=$d.get_creation_date="));
|
||||
|
||||
element->push_back("");
|
||||
element->push_column("Directory:", te_command("d.get_base_path="));
|
||||
element->push_column("Directory:", te_command("d.get_directory="));
|
||||
element->push_column("Base Path:", te_command("d.get_base_path="));
|
||||
element->push_column("Tied to file:", te_command("d.get_tied_to_file="));
|
||||
element->push_column("File stats:", te_command("cat=$if=$d.is_multi_file=\\,multi\\,single,\" \",$d.get_size_files=,\" files\""));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user