diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-24 04:15:28 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-24 04:15:28 +0000 |
commit | 3b40a9c2d97c676ce956c8122ca83526ba55e04c (patch) | |
tree | 6da2f42e0b449427ac56e1a3a584f814743b5cc4 /ChangeLog.pre-2-8 | |
parent | 2b1bea02f28cdef4a98e26b97594eb9ea798a95d (diff) | |
download | gtk+-3b40a9c2d97c676ce956c8122ca83526ba55e04c.tar.gz |
Fix #314335
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 16ccd72278..e4c52d8ef7 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +2005-08-24 Matthias Clasen <mclasen@redhat.com> + + * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_visible): Protect + against lazy filterers which return values other than TRUE or + FALSE from their visible func. (#314335) + 2005-08-23 Owen Taylor <otaylor@redhat.com> Fix for #314004, reported by Michael Reinsch: |