From: Jan Djärv Date: Wed, 7 Sep 2011 17:25:24 +0000 (+0200) Subject: (xg_make_tool_item): Insert comment about eventbox. X-Git-Tag: emacs-pretest-24.0.90~104^2~138 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=115b96bdb5e17c69bafabc82f43cfbfe3eecc115;p=emacs.git (xg_make_tool_item): Insert comment about eventbox. --- diff --git a/src/ChangeLog b/src/ChangeLog index f1691252778..293107f6ffb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-09-07 Jan Djärv + + * gtkutil.c (xg_make_tool_item): Insert comment about eventbox. + 2011-09-06 Paul Eggert isnan: Fix porting problem to Solaris 10 with bundled gcc. 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, GtkToolItem *ti = gtk_tool_item_new (); GtkWidget *vb = horiz ? gtk_hbox_new (FALSE, 0) : gtk_vbox_new (FALSE, 0); GtkWidget *wb = gtk_button_new (); + /* The eventbox is here so we can have tooltips on disabled items. */ GtkWidget *weventbox = gtk_event_box_new (); if (wimage && !text_image)