Navigation Menu

Skip to content

Commit

Permalink
Revert "Fixes #598 Very big icon tray"
Browse files Browse the repository at this point in the history
Fix #710

This reverts commit b2ce441.
  • Loading branch information
gsemet committed Aug 26, 2016
1 parent 4f7a561 commit 98d30f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion data/pixmaps/Makefile.am
@@ -1,7 +1,6 @@
pixmapsdir = $(datadir)/pixmaps/guake
pixmaps_DATA = \
guake.png \
guake-tray.svg \
guake-tray.png \
guake-notification.png \
add_tab.png \
Expand Down
5 changes: 3 additions & 2 deletions src/guake/guake_app.py
Expand Up @@ -174,8 +174,9 @@ def __init__(self):
self.custom_command_menuitem = None

# 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 98d30f3

Please sign in to comment.