diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-12-24 03:48:47 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-12-24 03:48:47 +0000 |
commit | 6e63a0b8719954156fcfd762c71c5cd8302b63d0 (patch) | |
tree | 24ffd57ba89de5081267d29a3a56427820ea0fc1 /ChangeLog.pre-2-6 | |
parent | f9403b12e32a5e52afa506ff6aa05530d1adc3a1 (diff) | |
download | gtk+-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-6 | 4 |
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) |