projects
/
indicator-chars.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b39c41
)
Corrected but for Ubuntu 13.10
author
Charles Brunet
<charles@cbrunet.net>
Wed, 30 Oct 2013 16:07:02 +0000
(12:07 -0400)
committer
Charles Brunet
<charles@cbrunet.net>
Wed, 30 Oct 2013 16:07:02 +0000
(12:07 -0400)
indicator-chars.py
patch
|
blob
|
blame
|
history
diff --git
a/indicator-chars.py
b/indicator-chars.py
index
545c2d9
..
913437b
100755
(executable)
--- 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):