From a4ba4ba12aff34c967f958576db40806656c3de8 Mon Sep 17 00:00:00 2001 From: mkaay Date: Thu, 23 Dec 2010 11:28:03 +0100 Subject: fixed eta and progress, ready for first test --- module/gui/Queue.py | 1 - 1 file changed, 1 deletion(-) (limited to 'module/gui/Queue.py') diff --git a/module/gui/Queue.py b/module/gui/Queue.py index aa1afbd3c..7c5c59f15 100644 --- a/module/gui/Queue.py +++ b/module/gui/Queue.py @@ -88,7 +88,6 @@ class QueueModel(CollectorModel): child = pack.getChild(d["id"]) if child: child.data["downloading"] = d - child.data["progress"] = child.data["downloading"]["percent"] k = pack.getChildKey(d["id"]) self.emit(SIGNAL("dataChanged(const QModelIndex &, const QModelIndex &)"), self.index(k, 0, self.index(p, 0)), self.index(k, self.cols, self.index(p, self.cols))) -- cgit v1.2.3