From ed543bdccfdee4970943b25db307aa76da40d8e9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 4 Mar 2013 08:50:35 -0500 Subject: [PATCH] 2.24.17 --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS b/NEWS index 069b0f77f4..2b7b1b24ed 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +Overview of Changes from GTK+ 2.24.16 to 2.24.17 +================================================ + +* Bug fixes: + GtkFileChooserButton fixes: + - Don't emit file-set signal when the change is not the result + of a user action + - Don't ever use gtk_file_chooser_get_files + - Ensure internal consistency when clearing a model + 690247 multiple context in a immodule can't be selected + 692955 GtkIconCache fails to load non-builtin icons + 694742 Fix possible memory leak when GlobalAlloc() fails + + Overview of Changes from GTK+ 2.24.15 to 2.24.16 ================================================