summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-12-24 03:48:47 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-12-24 03:48:47 +0000
commit6e63a0b8719954156fcfd762c71c5cd8302b63d0 (patch)
tree24ffd57ba89de5081267d29a3a56427820ea0fc1 /ChangeLog.pre-2-6
parentf9403b12e32a5e52afa506ff6aa05530d1adc3a1 (diff)
downloadgtk+-6e63a0b8719954156fcfd762c71c5cd8302b63d0.tar.gz
Return TRUE if there are children. (#162134, Iñigo Serna, patch by John
2004-12-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtkliststore.c (gtk_list_store_iter_children): Return TRUE if there are children. (#162134, Iñigo Serna, patch by John Finlay)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-64
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 33c2271cdc..becb104fe5 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,5 +1,9 @@
2004-12-23 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkliststore.c (gtk_list_store_iter_children):
+ Return TRUE if there are children. (#162134, Iñigo Serna,
+ patch by John Finlay)
+
* gtk/gtkcombobox.c (gtk_combo_box_button_state_changed):
Transfer state from the button to the cell view to get
prelighting right. (#156327, Ricardo Veguilla)