diff options
| author | Ross Burton <ross@openedhand.com> | 2008-01-10 11:06:09 +0000 |
|---|---|---|
| committer | Ross Burton <ross@openedhand.com> | 2008-01-10 11:06:09 +0000 |
| commit | e84e87594633a0efd40b3a703c819d94b4b6b68c (patch) | |
| tree | 9bff8cb3eaf25e8d379e560934037d79087b08f2 /meta/packages/gtk+/gtk+-2.12.3/filechooser.patch | |
| parent | 305ca5dc9a27f91db1be64fec070a4e4f78fba19 (diff) | |
| download | poky-e84e87594633a0efd40b3a703c819d94b4b6b68c.tar.gz | |
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
Diffstat (limited to 'meta/packages/gtk+/gtk+-2.12.3/filechooser.patch')
| -rw-r--r-- | meta/packages/gtk+/gtk+-2.12.3/filechooser.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/packages/gtk+/gtk+-2.12.3/filechooser.patch b/meta/packages/gtk+/gtk+-2.12.3/filechooser.patch deleted file mode 100644 index c422f60d49..0000000000 --- a/meta/packages/gtk+/gtk+-2.12.3/filechooser.patch +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | Index: gtk+-2.12.3/gtk/gtkfilechooser.c | ||
| 2 | =================================================================== | ||
| 3 | --- gtk+-2.12.3.orig/gtk/gtkfilechooser.c 2007-12-04 16:52:08.000000000 +0000 | ||
| 4 | +++ gtk+-2.12.3/gtk/gtkfilechooser.c 2008-01-02 13:15:38.000000000 +0000 | ||
| 5 | @@ -272,6 +272,20 @@ | ||
| 6 | "if necessary."), | ||
| 7 | FALSE, | ||
| 8 | GTK_PARAM_READWRITE)); | ||
| 9 | + | ||
| 10 | + g_object_interface_install_property (g_iface, | ||
| 11 | + g_param_spec_string ("root-folder", | ||
| 12 | + P_("File System Root"), | ||
| 13 | + P_("Root folder for the file system below which the user should not be able to switch"), | ||
| 14 | + NULL, | ||
| 15 | + G_PARAM_WRITABLE)); | ||
| 16 | + | ||
| 17 | + g_object_interface_install_property (g_iface, | ||
| 18 | + g_param_spec_boolean ("show-create-folder", | ||
| 19 | + P_("Show Create Folder button"), | ||
| 20 | + P_("Whether the Create Folder button should be visible on the bar"), | ||
| 21 | + TRUE, | ||
| 22 | + G_PARAM_READWRITE)); | ||
| 23 | } | ||
| 24 | |||
| 25 | /** | ||
