Stop using text label as icon

This commit is contained in:
Abhay Rana 2013-12-09 18:48:20 +05:30
parent 2b45eacfd8
commit 2b4dd31a65
2 changed files with 1 additions and 2 deletions

View File

@ -43,7 +43,6 @@ class HackerNewsApp:
# create an indicator applet
self.ind = appindicator.Indicator ("Hacker Tray", "hacker-tray", appindicator.CATEGORY_APPLICATION_STATUS)
self.ind.set_status (appindicator.STATUS_ACTIVE)
self.ind.set_label("Y")
self.ind.set_icon(get_icon_filename("hacker-tray.png"))
# create a menu

View File

@ -7,7 +7,7 @@ if sys.version_info < (2, 7):
requirements.append('argparse')
setup(name='hackertray',
version='1.9.4',
version='1.9.5',
description='Hacker News app that sits in your System Tray',
long_description='HackerTray is a simple Hacker News Linux application that lets you view top HN stories in your System Tray. It relies on appindicator, so it is not guaranteed to work on all systems. It also provides a Gtk StatusIcon fallback in case AppIndicator is not available.',
keywords='hacker news hn tray system tray icon hackertray',