From 146fe42b91cad2ed7bf10880b7b1b16e414ec831 Mon Sep 17 00:00:00 2001 From: Charles Brunet Date: Wed, 30 Oct 2013 12:07:02 -0400 Subject: [PATCH] Corrected but for Ubuntu 13.10 --- indicator-chars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indicator-chars.py b/indicator-chars.py index 545c2d9..913437b 100755 --- a/indicator-chars.py +++ b/indicator-chars.py @@ -74,7 +74,6 @@ class IndicatorChars: # Create menu menu = gtk.Menu() - self.ind.set_menu(menu) for charLine in charDef: charLine = unicode(charLine) @@ -111,6 +110,7 @@ class IndicatorChars: menu.append(quit_item) # Show the menu + self.ind.set_menu(menu) menu.show_all() def on_char_click(self, widget, char): -- 2.7.4