From 2aa260c13d2b23141a6644af6b27da243d1f3641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20G=C3=B6ttel?= <> Date: Thu, 8 Jan 2009 13:13:42 +0100 Subject: Fix small typo --- portato/gui/queue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/gui/queue.py') 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. -- cgit v1.2.3