summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorKristian Rietveld <kris@gtk.org>2003-10-15 20:18:01 +0000
committerKristian Rietveld <kristian@src.gnome.org>2003-10-15 20:18:01 +0000
commit8b34c308d0f049222fc582cf50fac1d6dda236f6 (patch)
tree9d23a97f938e0f76c040d79febcc5a665372c140 /ChangeLog.pre-2-4
parent5a51188b8b93e39ac3af5381ea82f792b595d1c4 (diff)
downloadgdk-pixbuf-8b34c308d0f049222fc582cf50fac1d6dda236f6.tar.gz
mention in the docs that -1 is a valid value and what it means.
Wed Oct 15 22:04:59 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtkcombobox.c (gtk_combo_box_get_active), (gtk_combo_box_set_active): mention in the docs that -1 is a valid value and what it means. * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): set the active item to -1 (default), (gtk_combo_box_entry_active_changed): do nothing when the index is < 0.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-411
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 45e3897b4..f15baa601 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,14 @@
+Wed Oct 15 22:04:59 2003 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_get_active),
+ (gtk_combo_box_set_active): mention in the docs that -1 is a valid
+ value and what it means.
+
+ * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): set the active
+ item to -1 (default),
+ (gtk_combo_box_entry_active_changed): do nothing when the index is
+ < 0.
+
Tue Oct 14 16:10:21 2003 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): New function