aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtkutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkutil.c')
-rw-r--r--src/gtkutil.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c
index c154797735e..04d05d2a630 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -4219,6 +4219,7 @@ xg_make_tool_item (FRAME_PTR f,
4219 GtkToolItem *ti = gtk_tool_item_new (); 4219 GtkToolItem *ti = gtk_tool_item_new ();
4220 GtkWidget *vb = horiz ? gtk_hbox_new (FALSE, 0) : gtk_vbox_new (FALSE, 0); 4220 GtkWidget *vb = horiz ? gtk_hbox_new (FALSE, 0) : gtk_vbox_new (FALSE, 0);
4221 GtkWidget *wb = gtk_button_new (); 4221 GtkWidget *wb = gtk_button_new ();
4222 /* The eventbox is here so we can have tooltips on disabled items. */
4222 GtkWidget *weventbox = gtk_event_box_new (); 4223 GtkWidget *weventbox = gtk_event_box_new ();
4223 4224
4224 if (wimage && !text_image) 4225 if (wimage && !text_image)