diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-02-02 17:52:01 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-02-02 17:52:01 +0000 |
commit | 67ad02989f0b80d3279c9e72299a4bc9478fe752 (patch) | |
tree | d54c819bec345498973aba81e6f8753e466d8b69 /ChangeLog | |
parent | 7bb3d17abe5e58480e7c4378c7a922c6df016725 (diff) | |
download | gtk+-67ad02989f0b80d3279c9e72299a4bc9478fe752.tar.gz |
Remove the "select first item if popped up from keypress" hack -- was
Sat Feb 2 11:37:21 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmenu.c (gtk_menu_popup): Remove the
"select first item if popped up from keypress" hack --
was causing more problems than it was worth
(#53191, #68483)
* gtk/gtktextview.c (popup_targets_received):
gtk/gtkentry.c (popup_targets_received): If activated
from keyboard, select first item of popup menu.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Sat Feb 2 11:37:21 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkmenu.c (gtk_menu_popup): Remove the + "select first item if popped up from keypress" hack -- + was causing more problems than it was worth + (#53191, #68483) + + * gtk/gtktextview.c (popup_targets_received): + gtk/gtkentry.c (popup_targets_received): If activated + from keyboard, select first item of popup menu. + Sat Feb 2 18:07:51 2002 Kristian Rietveld <kris@gtk.org> * gtk/gtktreeview.c (gtk_tree_view_size_allocate): set upper member |