From e84e87594633a0efd40b3a703c819d94b4b6b68c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 10 Jan 2008 11:06:09 +0000 Subject: gtk: upgrade 2.15.3 to 2.15.5 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3447 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/gtk+/gtk+-2.12.5/filechooser.patch | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 meta/packages/gtk+/gtk+-2.12.5/filechooser.patch (limited to 'meta/packages/gtk+/gtk+-2.12.5/filechooser.patch') diff --git a/meta/packages/gtk+/gtk+-2.12.5/filechooser.patch b/meta/packages/gtk+/gtk+-2.12.5/filechooser.patch new file mode 100644 index 000000000..c422f60d4 --- /dev/null +++ b/meta/packages/gtk+/gtk+-2.12.5/filechooser.patch @@ -0,0 +1,25 @@ +Index: gtk+-2.12.3/gtk/gtkfilechooser.c +=================================================================== +--- gtk+-2.12.3.orig/gtk/gtkfilechooser.c 2007-12-04 16:52:08.000000000 +0000 ++++ gtk+-2.12.3/gtk/gtkfilechooser.c 2008-01-02 13:15:38.000000000 +0000 +@@ -272,6 +272,20 @@ + "if necessary."), + FALSE, + GTK_PARAM_READWRITE)); ++ ++ g_object_interface_install_property (g_iface, ++ g_param_spec_string ("root-folder", ++ P_("File System Root"), ++ P_("Root folder for the file system below which the user should not be able to switch"), ++ NULL, ++ G_PARAM_WRITABLE)); ++ ++ g_object_interface_install_property (g_iface, ++ g_param_spec_boolean ("show-create-folder", ++ P_("Show Create Folder button"), ++ P_("Whether the Create Folder button should be visible on the bar"), ++ TRUE, ++ G_PARAM_READWRITE)); + } + + /** -- cgit v1.2.3