SOURCES: gtk+2-dont-unset-filechooser-filter-after-first-use.patch (NEW) - ...

hawk hawk at pld-linux.org
Tue Oct 7 11:04:30 CEST 2008


Author: hawk                         Date: Tue Oct  7 09:04:30 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- upstream fixes for 2.14.3

---- Files affected:
SOURCES:
   gtk+2-dont-unset-filechooser-filter-after-first-use.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gtk+2-dont-unset-filechooser-filter-after-first-use.patch
diff -u /dev/null SOURCES/gtk+2-dont-unset-filechooser-filter-after-first-use.patch:1.1
--- /dev/null	Tue Oct  7 11:04:31 2008
+++ SOURCES/gtk+2-dont-unset-filechooser-filter-after-first-use.patch	Tue Oct  7 11:04:25 2008
@@ -0,0 +1,19 @@
+2008-09-26  Matthias Clasen
+
+	Bug 553211 – GtkFileChooserButton unsets filter after first use
+
+	* gtk/gtkfilechooserdefault.c (show_and_select_files): Also
+	get the content-type, since it is used later on.
+	Pointed out by Davyd Madeley.
+
+--- branches/gtk-2-14/gtk/gtkfilechooserdefault.c	2008/09/27 00:20:42	21527
++++ branches/gtk-2-14/gtk/gtkfilechooserdefault.c	2008/09/27 00:21:43	21528
+@@ -6502,7 +6502,7 @@
+ 
+   impl->show_and_select_files_cancellable =
+     _gtk_file_system_get_folder (impl->file_system, parent_file,
+- 				 "standard::is-hidden,standard::type,standard::name",
++ 				 "standard::is-hidden,standard::type,standard::name,standard::content-type",
+ 			         show_and_select_files_get_folder_cb, info);
+ 
+   profile_end ("end", NULL);
================================================================


More information about the pld-cvs-commit mailing list