diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-04 18:07:08 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-04 18:07:08 +0000 |
commit | b295f552ee5e236cf3bb0777b078fc14c80a06d2 (patch) | |
tree | f674a8259b1abb4199bf3ac7f1b5b565a3771a92 /ChangeLog.pre-2-2 | |
parent | 31f6adf53532dd0adb2f11de846224e1f92af5c5 (diff) | |
download | gdk-pixbuf-b295f552ee5e236cf3bb0777b078fc14c80a06d2.tar.gz |
Add back the monitoring of the selection when the combo isn't popped down;
Wed Dec 4 12:44:50 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkcombo.c (gtk_combo_selection_changed): Add
back the monitoring of the selection when the combo
isn't popped down; apparently people depended upon
the side-effect where gtk_combo_set_popdown_strings()
would wipe out the contents of the list when browse-mode
autoselected the first item in the list. (#100347)
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 5867638ce..210f4ad9a 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,12 @@ +Wed Dec 4 12:44:50 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkcombo.c (gtk_combo_selection_changed): Add + back the monitoring of the selection when the combo + isn't popped down; apparently people depended upon + the side-effect where gtk_combo_set_popdown_strings() + would wipe out the contents of the list when browse-mode + autoselected the first item in the list. (#100347) + Tue Dec 3 17:47:24 2002 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkgeometry-x11.c (gdk_window_guffaw_scroll): Fix wrong |