emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105680: (xg_make_tool_item): Insert


From: Jan D.
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105680: (xg_make_tool_item): Insert comment about eventbox.
Date: Wed, 07 Sep 2011 19:25:24 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105680
committer: Jan D. <address@hidden>
branch nick: trunk
timestamp: Wed 2011-09-07 19:25:24 +0200
message:
  (xg_make_tool_item): Insert comment about eventbox.
modified:
  src/ChangeLog
  src/gtkutil.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-09-06 20:47:45 +0000
+++ b/src/ChangeLog     2011-09-07 17:25:24 +0000
@@ -1,3 +1,7 @@
+2011-09-07  Jan Djärv  <address@hidden>
+
+       * gtkutil.c (xg_make_tool_item): Insert comment about eventbox.
+
 2011-09-06  Paul Eggert  <address@hidden>
 
        isnan: Fix porting problem to Solaris 10 with bundled gcc.

=== modified file 'src/gtkutil.c'
--- a/src/gtkutil.c     2011-08-29 20:57:42 +0000
+++ b/src/gtkutil.c     2011-09-07 17:25:24 +0000
@@ -4219,6 +4219,7 @@
   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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]