From 3206d0e4d57e8eb118c112f5a43902ca74d6a1c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 14 Apr 2008 23:43:46 +0200 Subject: Fixes bug #24 --- portato/gui/queue.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'portato/gui/queue.py') diff --git a/portato/gui/queue.py b/portato/gui/queue.py index 78a4b41..76db6b2 100644 --- a/portato/gui/queue.py +++ b/portato/gui/queue.py @@ -465,10 +465,10 @@ class EmergeQueue: try: while True: idx = command.index("&&") - self.doEmerge([],[],[], command[:idx], caller = self.sync) + self.doEmerge([],[],{}, command[:idx], caller = self.sync) command = command[idx+1:] except ValueError: # no && in command - self.doEmerge([],[],[], command, caller = self.sync) + self.doEmerge([],[],{}, command, caller = self.sync) def kill_emerge (self): """Kills the emerge process.""" -- cgit v1.2.3