diff options
author | Dirk Göttel <> | 2009-01-08 13:13:42 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-01-08 13:13:42 +0100 |
commit | 2aa260c13d2b23141a6644af6b27da243d1f3641 (patch) | |
tree | 8a146d3cd41a685e19c4906a38e7da26fba16cff | |
parent | 2a65498a4b8369150fe2f34a9d744e9757358a34 (diff) | |
download | portato-2aa260c13d2b23141a6644af6b27da243d1f3641.tar.gz portato-2aa260c13d2b23141a6644af6b27da243d1f3641.tar.bz2 portato-2aa260c13d2b23141a6644af6b27da243d1f3641.zip |
Fix small typo
Diffstat (limited to '')
-rw-r--r-- | portato/gui/queue.py | 2 |
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. |