* 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:
rakshasa
2011-05-10 01:39:05 +00:00
parent 56a7546f46
commit 9f738c58fe
3 changed files with 11 additions and 11 deletions
+8 -8
View File
@@ -119,13 +119,13 @@ set output "output_$1_choke.png"
set style histogram columnstacked
plot "choke_group_stats.$1" \
using 1:2 smooth bezier with lines lw 2,\
"" using 1:3 smooth bezier with lines lw 2,\
"" using 1:5 smooth bezier with lines lw 2,\
"" using 1:6 smooth bezier with lines lw 2,\
"" using 1:9 smooth bezier with lines lw 2,\
"" using 1:10 smooth bezier with lines lw 2,\
"" using 1:8 smooth bezier with lines lw 4 axis x1y2,\
"" using 1:15 smooth bezier with lines lw 4 axis x1y2
"" using 1:8 smooth bezier with lines lw 3,\
"" using 1:15 smooth bezier with lines lw 3,\
using 1:2 smooth bezier with lines lw 2 axis x1y2,\
"" using 1:3 smooth bezier with lines lw 2 axis x1y2,\
"" using 1:5 smooth bezier with lines lw 2 axis x1y2,\
"" using 1:6 smooth bezier with lines lw 2 axis x1y2,\
"" using 1:9 smooth bezier with lines lw 2 axis x1y2,\
"" using 1:10 smooth bezier with lines lw 2 axis x1y2
EOF