summaryrefslogtreecommitdiff
path: root/portato/gui
diff options
context:
space:
mode:
authornecoro <>2007-07-24 21:28:14 +0000
committernecoro <>2007-07-24 21:28:14 +0000
commit00af1784b1652f3bed04c63e2faaeb03ca185ed4 (patch)
treebb89a19705ef562734c9190d1dfd8577d45730f7 /portato/gui
parent44a726cd69e3e0d5c50890946b366c441a575a37 (diff)
downloadportato-00af1784b1652f3bed04c63e2faaeb03ca185ed4.tar.gz
portato-00af1784b1652f3bed04c63e2faaeb03ca185ed4.tar.bz2
portato-00af1784b1652f3bed04c63e2faaeb03ca185ed4.zip
made the resume_loop-plugin change titles too
Diffstat (limited to 'portato/gui')
-rw-r--r--portato/gui/gui_helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/gui_helper.py b/portato/gui/gui_helper.py
index f9dd3fe..1c8c411 100644
--- a/portato/gui/gui_helper.py
+++ b/portato/gui/gui_helper.py
@@ -491,7 +491,7 @@ class EmergeQueue:
@param command: the command to execute - default is "/usr/bin/python /usr/bin/emerge"
@type command: string[]"""
- @plugin.hook("emerge", packages = packages, command = command, console = self.console)
+ @plugin.hook("emerge", packages = packages, command = command, console = self.console, title_update = self.title_update)
def sub_emerge(command):
if command is None:
command = system.get_merge_command()