diff options
author | Necoro <> | 2007-10-03 17:59:27 +0000 |
---|---|---|
committer | Necoro <> | 2007-10-03 17:59:27 +0000 |
commit | 0541f1abd3f4317e0272934367fe2d84df246cd9 (patch) | |
tree | fa44e674dc4ebdb882aa34cf8f6fed45252405a9 /portato/gui/gui_helper.py | |
parent | 388c8b8499e5725995c9411cfe63d5e69867463f (diff) | |
download | portato-0541f1abd3f4317e0272934367fe2d84df246cd9.tar.gz portato-0541f1abd3f4317e0272934367fe2d84df246cd9.tar.bz2 portato-0541f1abd3f4317e0272934367fe2d84df246cd9.zip |
small fixes; removed old icon
Diffstat (limited to 'portato/gui/gui_helper.py')
-rw-r--r-- | portato/gui/gui_helper.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/portato/gui/gui_helper.py b/portato/gui/gui_helper.py index d1c53d0..fb531d7 100644 --- a/portato/gui/gui_helper.py +++ b/portato/gui/gui_helper.py @@ -518,7 +518,6 @@ class EmergeQueue: if self.title_update: self.title_update(None) - if self.process is None: # someone resetted this self.threadQueue.next() return |