projects
/
emu8051.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00871e7
)
Remove superfluous function call gtk_widget_show_all() when creating menu
author
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 5 Oct 2013 16:46:10 +0000
(12:46 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 10 Oct 2013 01:07:22 +0000
(21:07 -0400)
src/emugtk.c
patch
|
blob
|
history
diff --git
a/src/emugtk.c
b/src/emugtk.c
index
6eff607
..
1a380f8
100644
(file)
--- a/
src/emugtk.c
+++ b/
src/emugtk.c
@@
-234,8
+234,6
@@
AddMenu(void)
/* Adding the 'Help' submenu */
HelpAddMenu(menu_bar);
- gtk_widget_show_all(GTK_WIDGET(menu_bar));
-
return menu_bar;
}