Skip to content

Commit

Permalink
resert use of svg file for tray icon
Browse files Browse the repository at this point in the history
  • Loading branch information
gsemet committed Oct 24, 2015
1 parent 4a7ff18 commit 311d798
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Version 0.8.3 (under development)
Version 0.8.3
=============

Quick fix about missing svg file

Version 0.8.2
=============
Expand Down
4 changes: 3 additions & 1 deletion src/guake/guake_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,9 @@ def __init__(self):
self.preventHide = False

# trayicon! Using SVG handles better different OS trays
img = pixmapfile('guake-tray.svg')
# img = pixmapfile('guake-tray.svg')
# trayicon!
img = pixmapfile('guake-tray.png')
try:
import appindicator
except ImportError:
Expand Down

0 comments on commit 311d798

Please sign in to comment.