summaryrefslogtreecommitdiff
path: root/portato/gui/queue.py
diff options
context:
space:
mode:
authorDirk Göttel <>2009-01-08 13:13:42 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-01-08 13:13:42 +0100
commit2aa260c13d2b23141a6644af6b27da243d1f3641 (patch)
tree8a146d3cd41a685e19c4906a38e7da26fba16cff /portato/gui/queue.py
parent2a65498a4b8369150fe2f34a9d744e9757358a34 (diff)
downloadportato-2aa260c13d2b23141a6644af6b27da243d1f3641.tar.gz
portato-2aa260c13d2b23141a6644af6b27da243d1f3641.tar.bz2
portato-2aa260c13d2b23141a6644af6b27da243d1f3641.zip
Fix small typo
Diffstat (limited to 'portato/gui/queue.py')
-rw-r--r--portato/gui/queue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/queue.py b/portato/gui/queue.py
index 904b826..5a414a2 100644
--- a/portato/gui/queue.py
+++ b/portato/gui/queue.py
@@ -327,7 +327,7 @@ class EmergeQueue:
top = self.tree.first_iter(v)
break
- self.threadQueue.put(self.__emerge, options, packages, it, top, *args, **kwargs)
+ self.threadQueue.put(self.__emerge, options, packages, its, top, *args, **kwargs)
def __emerge (self, options, packages, its, top, command = None):
"""Calls emerge and updates the terminal.