summaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+/gtk+-2.10.14/filechooser.patch
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-01-02 17:03:34 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-02 17:03:34 +0000
commit23486c1532e7653a1b4ef405e28a014f0223fd11 (patch)
tree7fcc106fd926fc1dd9e60528a6cf4daf94c3dd2d /meta/packages/gtk+/gtk+-2.10.14/filechooser.patch
parentcf093fa0f307a4614585f711bf501885cf1fccf6 (diff)
downloadast2050-yocto-poky-23486c1532e7653a1b4ef405e28a014f0223fd11.zip
ast2050-yocto-poky-23486c1532e7653a1b4ef405e28a014f0223fd11.tar.gz
gtk+: Drop old 2.10.* and 2.13* versions
Diffstat (limited to 'meta/packages/gtk+/gtk+-2.10.14/filechooser.patch')
-rw-r--r--meta/packages/gtk+/gtk+-2.10.14/filechooser.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/packages/gtk+/gtk+-2.10.14/filechooser.patch b/meta/packages/gtk+/gtk+-2.10.14/filechooser.patch
deleted file mode 100644
index bb09049..0000000
--- a/meta/packages/gtk+/gtk+-2.10.14/filechooser.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Index: gtk+-2.10.14/gtk/gtkfilechooser.c
-===================================================================
---- gtk+-2.10.14.orig/gtk/gtkfilechooser.c 2007-08-24 08:52:32.000000000 +0100
-+++ gtk+-2.10.14/gtk/gtkfilechooser.c 2007-08-24 08:57:21.000000000 +0100
-@@ -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));
- }
-
- /**
OpenPOWER on IntegriCloud