From 2b4dd31a65fce5f6fb1ffe7e3e165faf4fe67432 Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Mon, 9 Dec 2013 18:48:20 +0530 Subject: [PATCH] Stop using text label as icon --- hackertray/__init__.py | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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',