2008-02-25 Sven Herzberg <sven@imendio.com>
authorSven Herzberg <herzi@imendio.com>
Mon, 25 Feb 2008 20:30:17 +0000 (20:30 +0000)
committerSven Herzberg <herzi@imendio.com>
Mon, 25 Feb 2008 20:30:17 +0000 (20:30 +0000)
commitf60fce8d494a6bf0ffa52205af3c448e285fd5b7
tree71c7703deba4b0de0da3cb2ad3006d759a9f8b0e
parente65a8b3230fb7e2139f0a6e698f8aad6c120f7a0
2008-02-25 Sven Herzberg <sven@imendio.com>

Fixed: MB#1221: HildonWindow shouldn't call show_all for GtkMenu

* doc/Makefile.am: tell gtk-doc about HILDON_DISABLE_DEPRECATED
* examples/hildon-window-menu-example.c: (main): explicitly show
the menu item
* src/hildon-window.c:
(hildon_window_set_main_menu): moved most of the code from set_menu()
to this place; skipped the call to gtk_widget_show_all(); also didn't
introduce gtk_widget_show() as gtk_menu_popup() will call that anyways
(hildon_window_set_menu): removed most of the code, just keep the
questionable gtk_widget_show_all()
* src/hildon-window.h: added the new function and deprecate the old
one
ChangeLog
doc/Makefile.am
examples/hildon-window-menu-example.c
src/hildon-window.c
src/hildon-window.h