summaryrefslogtreecommitdiff
path: root/meta/packages/gtk+/gtk+-2.12.6/filechooser.patch
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-01-29 11:03:37 +0000
committerRoss Burton <ross@openedhand.com>2008-01-29 11:03:37 +0000
commit83313dfbf431d937886cbc04499048e05e53d291 (patch)
tree71198760d7cffd24df40024ee77a787da7e3bd1c /meta/packages/gtk+/gtk+-2.12.6/filechooser.patch
parentf1cfdb5072d465447b71b59403a5c9485954b326 (diff)
downloadopenembedded-core-83313dfbf431d937886cbc04499048e05e53d291.tar.gz
openembedded-core-83313dfbf431d937886cbc04499048e05e53d291.tar.bz2
openembedded-core-83313dfbf431d937886cbc04499048e05e53d291.tar.xz
openembedded-core-83313dfbf431d937886cbc04499048e05e53d291.zip
gtk+: update to latest point release
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3613 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gtk+/gtk+-2.12.6/filechooser.patch')
-rw-r--r--meta/packages/gtk+/gtk+-2.12.6/filechooser.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/packages/gtk+/gtk+-2.12.6/filechooser.patch b/meta/packages/gtk+/gtk+-2.12.6/filechooser.patch
new file mode 100644
index 000000000..c422f60d4
--- /dev/null
+++ b/meta/packages/gtk+/gtk+-2.12.6/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));
+ }
+
+ /**