diff --git a/hackertray/__init__.py b/hackertray/__init__.py index 41b551d..ac61f6d 100644 --- a/hackertray/__init__.py +++ b/hackertray/__init__.py @@ -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 diff --git a/setup.py b/setup.py index 707f369..42cfbf1 100644 --- a/setup.py +++ b/setup.py @@ -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',