diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-12-16 14:18:52 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-12-16 14:18:52 +0000 |
commit | 6cd1c58c924742058fe5bb7e8489146a17a952e8 (patch) | |
tree | 77c4eb33fa1108b0f00612e8ebbdbc6403476286 /ChangeLog.pre-2-6 | |
parent | 860228fa3623c49a7bd262951fdb7ed34f3d1800 (diff) | |
download | gtk+-6cd1c58c924742058fe5bb7e8489146a17a952e8.tar.gz |
Only unblock the handlers if they are blocked.
2004-12-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.c (dialog_response_cb): Only unblock the handlers
if they are blocked.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 61399d19f8..1d8682c137 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,8 @@ 2004-12-16 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkfilechooserbutton.c (dialog_response_cb): Only unblock the handlers + if they are blocked. + * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): Don't crash if enable_search is FALSE. (#161267, Jorn Baayen) |