summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostyantyn Ovechko <fastinetserver@gmail.com>2010-08-04 23:30:25 +0300
committerKostyantyn Ovechko <fastinetserver@gmail.com>2010-08-04 23:30:25 +0300
commit141b8475cdb32b7701716f297ef32e4da06c86f5 (patch)
tree7b96bda7bd1f56454efed35cdc93b7eadb05f958
parentAdd check if only local networks and proxy_fetcher networks are used and if a... (diff)
downloadidfetch-141b8475cdb32b7701716f297ef32e4da06c86f5.tar.gz
idfetch-141b8475cdb32b7701716f297ef32e4da06c86f5.tar.bz2
idfetch-141b8475cdb32b7701716f297ef32e4da06c86f5.zip
Fix: scrolling for distfile queue list.
-rw-r--r--tuiclient/distfilewindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tuiclient/distfilewindow.cpp b/tuiclient/distfilewindow.cpp
index 43a2009..a14ee83 100644
--- a/tuiclient/distfilewindow.cpp
+++ b/tuiclient/distfilewindow.cpp
@@ -36,7 +36,7 @@ void Tdistfile_window::make_frame(){
}
void Tdistfile_window::compose(){
-// max_received_screenline_num=
+ max_received_screenline_num=tuidistfiles.size();
// color_distfiles_window(window);
make_frame();
// box(window, ACS_VLINE, ACS_HLINE);