diff options
author | Michael Natterer <mitch@imendio.com> | 2007-05-25 09:33:05 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2007-05-25 09:33:05 +0000 |
commit | f42be737103788ae0447f04a67c92b15e132e405 (patch) | |
tree | fccf8fe08dbaad6abec23851a2eab861fbaffcb3 /ChangeLog | |
parent | d0150e7cfe4b22dbee4346adac4106b4e791aa7d (diff) | |
download | gtk+-f42be737103788ae0447f04a67c92b15e132e405.tar.gz |
Merge fix from maemo-gtk:
2007-05-25 Michael Natterer <mitch@imendio.com>
Merge fix from maemo-gtk:
* gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): open submenus
also if the menu item we're entering is already selected. Also, it
makes no sense to forward the event to the parent menu shell if we
are entering a menu item of *this* menu shell.
svn path=/trunk/; revision=17911
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-05-25 Michael Natterer <mitch@imendio.com> + + Merge fix from maemo-gtk: + + * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): open submenus + also if the menu item we're entering is already selected. Also, it + makes no sense to forward the event to the parent menu shell if we + are entering a menu item of *this* menu shell. + 2007-05-24 Matthias Clasen <mclasen@redhat.com> * gtk/stock-icons/*: Make sure all svg icons are added |