summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-05-02 04:20:55 +0000
committerTim Janik <timj@src.gnome.org>1998-05-02 04:20:55 +0000
commit998ac3109674b9001eecb3058f3e379fecaf82e7 (patch)
treedbde108e4016120ed934405efcb4b9cb5a7c71d9 /ChangeLog.pre-2-2
parent67c79cda674adb05c5a4b49a6f862b2ae6501ed7 (diff)
downloadgdk-pixbuf-998ac3109674b9001eecb3058f3e379fecaf82e7.tar.gz
do not just return if the combo-list is empty since that will cause the
Fri May 1 20:25:29 1998 Tim Janik <timj@gtk.org> * gtk/gtkcombo.c (gtk_combo_popup_list): do not just return if the combo-list is empty since that will cause the combo to operate on a non existing GtkList window. (gtk_combo_get_pos): provide the combo list with a usfull default height if empty. (gtk_combo_popup_button_press): grab the focus. (gtk_combo_activate): grab the focus.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-210
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index bb1b2a28c..f5478f92d 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -4,6 +4,16 @@ Fri May 1 12:28:35 1998 Owen Taylor <otaylor@gtk.org>
is popped up so that it will be compatible with
auto-scrolling in the future.
+Fri May 1 20:25:29 1998 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcombo.c (gtk_combo_popup_list): do not just return if
+ the combo-list is empty since that will cause the combo to operate
+ on a non existing GtkList window.
+ (gtk_combo_get_pos): provide the combo list with a usfull default
+ height if empty.
+ (gtk_combo_popup_button_press): grab the focus.
+ (gtk_combo_activate): grab the focus.
+
Fri May 1 12:06:43 1998 Owen Taylor <otaylor@gtk.org>
* gtk/gtkwindow.[ch] (gtk_widget_reset_rc_styles): New