diff options
author | Necoro <> | 2008-01-20 02:25:04 +0000 |
---|---|---|
committer | Necoro <> | 2008-01-20 02:25:04 +0000 |
commit | f664def8463a84284a1a8f93ddc5cd6dae3f9d1b (patch) | |
tree | 15029a7ce3347030d06d57f6e9a500fd5d8e0e17 /portato/gui/gui_helper.py | |
parent | 6647e99ec83e2a934346bb4ca58e93a2e216a831 (diff) | |
download | portato-f664def8463a84284a1a8f93ddc5cd6dae3f9d1b.tar.gz portato-f664def8463a84284a1a8f93ddc5cd6dae3f9d1b.tar.bz2 portato-f664def8463a84284a1a8f93ddc5cd6dae3f9d1b.zip |
r682@Devoty: necoro | 2008-01-20 03:23:02 +0100
remove package at the _end_ of the merge
Diffstat (limited to '')
-rw-r--r-- | portato/gui/gui_helper.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/portato/gui/gui_helper.py b/portato/gui/gui_helper.py index 9c16892..28463a8 100644 --- a/portato/gui/gui_helper.py +++ b/portato/gui/gui_helper.py @@ -519,6 +519,7 @@ class EmergeQueue: title = self.console.get_window_title() if title != old_title: self.title_update(title) + old_title = title time.sleep(0.5) if self.up: |