summaryrefslogtreecommitdiff
path: root/portato
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-05-27 22:22:39 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-05-27 22:22:39 +0200
commit411c08e7cfa9ddc5bf4930558f28f97ae91c92fa (patch)
tree72fec299f3d4fed2fc960342c74abb25b9d81364 /portato
parentc24b4970e48771a32155cbc79060c76d218fdd85 (diff)
downloadportato-411c08e7cfa9ddc5bf4930558f28f97ae91c92fa.tar.gz
portato-411c08e7cfa9ddc5bf4930558f28f97ae91c92fa.tar.bz2
portato-411c08e7cfa9ddc5bf4930558f28f97ae91c92fa.zip
Don't set the pause.svg ... it's ugly ^^
Diffstat (limited to 'portato')
-rw-r--r--portato/gui/windows/main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/portato/gui/windows/main.py b/portato/gui/windows/main.py
index 88f95c4..da9ed96 100644
--- a/portato/gui/windows/main.py
+++ b/portato/gui/windows/main.py
@@ -1599,10 +1599,10 @@ class MainWindow (Window):
self.emergePaused = cb.get_active()
if not self.emergePaused:
self.queue.continue_emerge()
- self.tray.set_from_file(APP_ICON)
+ #self.tray.set_from_file(APP_ICON)
else:
self.queue.stop_emerge()
- self.tray.set_from_file(os.path.join(ICON_DIR, "pausing.png"))
+ #self.tray.set_from_file(os.path.join(ICON_DIR, "pausing.png"))
# block the handlers of the other buttons
# so that calling "set_active" does not call this callback recursivly