From 474033176effa187b02f0bcebb0d367d2bd13285 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 27 Sep 2008 00:20:42 +0000 Subject: [PATCH] Forgotten log entry svn path=/trunk/; revision=21527 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2f4c78feff..b9ce2cdf9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,11 +10,16 @@ 2008-09-26 Matthias Clasen Bug 553133 – GtkFileChooser won't ask to mount a volume + Bug 553211 – GtkFileChooserButton unsets filter after first use * gtk/gtkfilechooserdefault.c (shortcuts_activate_volume): Use a GtkMountOperation when mounting, so that we get a password dialog when required. + * gtk/gtkfilechooserdefault.c (show_and_select_files): Also + get the content-type, since it is used later on. + Pointed out by Davyd Madeley. + 2008-09-26 Cody Russell Bug 553917 – Typo in gdkwindow-win32.c