diff options
author | Kristian Rietveld <kris@imendio.com> | 2007-09-10 12:46:23 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2007-09-10 12:46:23 +0000 |
commit | 6f9364eceba8ce6db737d26cd15ec4a91a03ca27 (patch) | |
tree | 971f351439353c94f47eb1e0888e91c94fe23fea /ChangeLog | |
parent | d3808c705b09f0ad4ad7e98dd34b7d5a2e604a59 (diff) | |
download | gtk+-6f9364eceba8ce6db737d26cd15ec4a91a03ca27.tar.gz |
when creating a new box, be sure to transfer a possible tooltip from the
2007-09-10 Kristian Rietveld <kris@imendio.com>
* gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_construct_contents):
when creating a new box, be sure to transfer a possible tooltip from
the old to the new box. (Fixes #458283, reported by Christian Persch).
svn path=/trunk/; revision=18785
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2007-09-10 Kristian Rietveld <kris@imendio.com> + * gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_construct_contents): + when creating a new box, be sure to transfer a possible tooltip from + the old to the new box. (Fixes #458283, reported by Christian Persch). + +2007-09-10 Kristian Rietveld <kris@imendio.com> + * gtk/gtktreeview.c (gtk_tree_view_key_press): only start typeahead search if tree_view has focus (and not one of the column buttons). |