diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-05-09 02:46:20 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-05-09 02:46:20 +0000 |
commit | 504d1691275a3e19eec9b67faea23fff4c32a4f0 (patch) | |
tree | 48ab546ebc1698d900d332683cde64e82d97aaf2 /gtk/gtktearoffmenuitem.h | |
parent | 805abff3cfb818d42520a24735b71d09a82e816f (diff) | |
download | gtk+-504d1691275a3e19eec9b67faea23fff4c32a4f0.tar.gz |
Put the torn_off flag back into the GtkTearoffMenuItem struct, since it is
Sat May 8 22:43:11 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktearoffmenuitem.h:
* gtk/gtktearoffmenuitem.c: Put the torn_off flag back
into the GtkTearoffMenuItem struct, since it is used
by the Gimp, and keep it synchronized with the
tearoff_state property of the parent menu.
Diffstat (limited to 'gtk/gtktearoffmenuitem.h')
-rw-r--r-- | gtk/gtktearoffmenuitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktearoffmenuitem.h b/gtk/gtktearoffmenuitem.h index eb1ebdf34c..ba5ff76a8a 100644 --- a/gtk/gtktearoffmenuitem.h +++ b/gtk/gtktearoffmenuitem.h @@ -52,7 +52,7 @@ struct _GtkTearoffMenuItem { GtkMenuItem menu_item; - guint _gtk_reserved : 1; + guint torn_off : 1; }; struct _GtkTearoffMenuItemClass |