From 47135fd3b6bdaee7f38a68ce8da6a2e3c3d4135f Mon Sep 17 00:00:00 2001 From: Kilian Date: Wed, 15 Sep 2010 19:30:10 +0200 Subject: [PATCH] update todo --- resources/todo | 2 +- src/fluxgui/fluxgui.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/todo b/resources/todo index 41d9232..f8fdb91 100644 --- a/resources/todo +++ b/resources/todo @@ -39,7 +39,7 @@ x add python pexpect to dependencies 1.1.9 - - get KDE support proper + x get KDE support proper - fix errors with pexpect 1.2 diff --git a/src/fluxgui/fluxgui.py b/src/fluxgui/fluxgui.py index 82ba385..0882a11 100755 --- a/src/fluxgui/fluxgui.py +++ b/src/fluxgui/fluxgui.py @@ -156,7 +156,6 @@ def setup_indicator(self): self.indicator.set_status(appindicator.STATUS_ACTIVE) # Check for special Ubuntu themes. copied from lookit - self.indicator.set_icon('fluxgui') try: theme = gtk.gdk.screen_get_default().get_setting('gtk-icon-theme-name')