[gtk+/gtk-2-22] gail: do not use removed GTK_WIDGET_*SET macros
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-22] gail: do not use removed GTK_WIDGET_*SET macros
- Date: Wed, 16 Jun 2010 18:51:03 +0000 (UTC)
commit 8fc7a585046121dca54ecc260bedbc3ebc60cd06
Author: Javier Jardón <jjardon gnome org>
Date: Wed Jun 16 20:37:54 2010 +0200
gail: do not use removed GTK_WIDGET_*SET macros
In the absence of new API to port to, left the code commented
with a /* FIXME */ state, for somebody with better gail knowledge
to fix.
modules/other/gail/gailmenuitem.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/modules/other/gail/gailmenuitem.c b/modules/other/gail/gailmenuitem.c
index 2809593..44e9638 100644
--- a/modules/other/gail/gailmenuitem.c
+++ b/modules/other/gail/gailmenuitem.c
@@ -164,9 +164,9 @@ get_children (GtkWidget *submenu)
*/
if (!gtk_widget_get_visible (submenu))
{
- GTK_WIDGET_SET_FLAGS (submenu, GTK_VISIBLE);
+ /* FIXME GTK_WIDGET_SET_FLAGS (submenu, GTK_VISIBLE); */
g_signal_emit_by_name (submenu, "show");
- GTK_WIDGET_UNSET_FLAGS (submenu, GTK_VISIBLE);
+ /* FIXME GTK_WIDGET_UNSET_FLAGS (submenu, GTK_VISIBLE); */
}
g_list_free (children);
children = gtk_container_get_children (GTK_CONTAINER (submenu));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]