Corrected but for Ubuntu 13.10
authorCharles Brunet <charles@cbrunet.net>
Wed, 30 Oct 2013 16:07:02 +0000 (12:07 -0400)
committerCharles Brunet <charles@cbrunet.net>
Wed, 30 Oct 2013 16:07:02 +0000 (12:07 -0400)
indicator-chars.py

index 545c2d9..913437b 100755 (executable)
@@ -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):