From: Charles Brunet Date: Wed, 30 Oct 2013 16:07:02 +0000 (-0400) Subject: Corrected but for Ubuntu 13.10 X-Git-Url: https://adrianiainlam.tk/git/?p=indicator-chars.git;a=commitdiff_plain;h=146fe42b91cad2ed7bf10880b7b1b16e414ec831 Corrected but for Ubuntu 13.10 --- 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):