[Apt-offline-devel] [SCM] Offline APT Package Manager branch, apt-offline-qt, updated. v0.9.9-110-gdeef88f

Abhishek Mishra ideamonk at gmail.com
Sat Aug 21 15:40:10 UTC 2010


The following commit has been merged in the apt-offline-qt branch:
commit 27efafefc0a045a932486915553a8a81757d2fa9
Author: Abhishek Mishra <ideamonk at gmail.com>
Date:   Thu Aug 19 23:49:03 2010 +0530

    Fixed progress bar bug, Download progress works as it used to, looked pretty smooth right now :D

diff --git a/apt_offline_core/AptOfflineCoreLib.py b/apt_offline_core/AptOfflineCoreLib.py
index 6148e52..9ba2dda 100644
--- a/apt_offline_core/AptOfflineCoreLib.py
+++ b/apt_offline_core/AptOfflineCoreLib.py
@@ -543,9 +543,7 @@ def fetcher( args ):
         #global FetcherInstance
         try:
             gui = args.qt_gui
-            progress = args.progress_bar
-            progressLabel = args.progress_label
-            FetcherInstance = QtFetcherClass(progress=progress, progressLabel=progressLabel, lock=True, total_items=total_items )
+            FetcherInstance = QtFetcherClass(progress_bar=args.progress, progress_label=args.progress_label, lock=True, total_items=total_items )
         except AttributeError:
             FetcherInstance = FetcherClass( width=30, lock=True, total_items=total_items )
         

-- 
Offline APT Package Manager



More information about the Apt-offline-devel mailing list