summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorKristian Rietveld <kris@gtk.org>2003-10-03 18:56:24 +0000
committerKristian Rietveld <kristian@src.gnome.org>2003-10-03 18:56:24 +0000
commit7fc054e9a6fb902a9ee5f8e77582ea3ffcbe2dc5 (patch)
tree26af225f5db6978d406ddd3b7202ee5fb30af5e5 /ChangeLog.pre-2-4
parent795d24d4599045800b1aa5900a1cd67a2ea06a79 (diff)
downloadgdk-pixbuf-7fc054e9a6fb902a9ee5f8e77582ea3ffcbe2dc5.tar.gz
only set the model on ->priv->cell_view if ->priv->cell_view is non-NULL.
Fri Oct 3 20:50:48 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model on ->priv->cell_view if ->priv->cell_view is non-NULL. * gtk/gtkcomboboxentry.c: include gtkintl.h, add text_renderer field to GtkComboBoxEntryPrivate, (gtk_combo_box_entry_class_init), (gtk_combo_box_entry_init), (gtk_combo_box_entry_set_property), (gtk_combo_box_entry_get_property), (gtk_combo_box_entry_set_text_column), (gtk_combo_box_entry_new): add a construct-only "text_column" property and reorder code to use it and support inheriting this widget.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-413
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 73b440bd6..63f30b339 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,16 @@
+Fri Oct 3 20:50:48 2003 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
+ on ->priv->cell_view if ->priv->cell_view is non-NULL.
+
+ * gtk/gtkcomboboxentry.c: include gtkintl.h, add text_renderer
+ field to GtkComboBoxEntryPrivate,
+ (gtk_combo_box_entry_class_init), (gtk_combo_box_entry_init),
+ (gtk_combo_box_entry_set_property), (gtk_combo_box_entry_get_property),
+ (gtk_combo_box_entry_set_text_column), (gtk_combo_box_entry_new): add
+ a construct-only "text_column" property and reorder code to use it
+ and support inheriting this widget.
+
Thu Oct 2 23:28:02 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcombobox.c: Added API doc comments.