summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorKristian Rietveld <kris@gtk.org>2003-09-30 19:46:48 +0000
committerKristian Rietveld <kristian@src.gnome.org>2003-09-30 19:46:48 +0000
commit039c6b3bb16343428708ef827a937a7ac64a44a0 (patch)
tree60bb7264d35b94f6b051f21b8486106457791cea /ChangeLog.pre-2-6
parentb78ee57ea41c5ff0cb98381301a9264c2404eb7d (diff)
downloadgdk-pixbuf-039c6b3bb16343428708ef827a937a7ac64a44a0.tar.gz
set popup_in_progress to TRUE, (gtk_combo_box_menu_show): and back to
Tue Sep 30 21:43:34 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): set popup_in_progress to TRUE, (gtk_combo_box_menu_show): and back to FALSE here; the menu now won't disappear on the first button release. (Reported by Matthias Clasen).
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-68
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 65ed42849..9c226228c 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,11 @@
+Tue Sep 30 21:43:34 2003 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): set
+ popup_in_progress to TRUE,
+ (gtk_combo_box_menu_show): and back to FALSE here; the menu now
+ won't disappear on the first button release. (Reported by Matthias
+ Clasen).
+
Tue Sep 30 21:08:43 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcombobox.c (gtk_combo_box_init): actually show the child.