diff options
author | Ross Burton <ross@openedhand.com> | 2008-02-16 16:51:13 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-02-16 16:51:13 +0000 |
commit | fa36fa237099d60bfc9f451f59b5857652895094 (patch) | |
tree | 8fa85cb1163be088a098e177a8844c6da8f6b68f /meta/packages/gtk+ | |
parent | c7e79ab0ad5a004f2145179566911d151e7cc6c1 (diff) | |
download | poky-fa36fa237099d60bfc9f451f59b5857652895094.tar.gz |
gtk+: merge two related patches into a single file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3822 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gtk+')
-rw-r--r-- | meta/packages/gtk+/gtk+-2.12.7/filechooser-props.patch (renamed from meta/packages/gtk+/gtk+-2.12.7/filechooser-utils.patch) | 25 | ||||
-rw-r--r-- | meta/packages/gtk+/gtk+-2.12.7/filechooser.patch | 25 | ||||
-rw-r--r-- | meta/packages/gtk+/gtk+_2.12.7.bb | 3 |
3 files changed, 26 insertions, 27 deletions
diff --git a/meta/packages/gtk+/gtk+-2.12.7/filechooser-utils.patch b/meta/packages/gtk+/gtk+-2.12.7/filechooser-props.patch index 45cfd4fd60..7d55f3cbb9 100644 --- a/meta/packages/gtk+/gtk+-2.12.7/filechooser-utils.patch +++ b/meta/packages/gtk+/gtk+-2.12.7/filechooser-props.patch | |||
@@ -1,3 +1,28 @@ | |||
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 | /** | ||
1 | Index: gtk+-2.12.3/gtk/gtkfilechooserutils.h | 26 | Index: gtk+-2.12.3/gtk/gtkfilechooserutils.h |
2 | =================================================================== | 27 | =================================================================== |
3 | --- gtk+-2.12.3.orig/gtk/gtkfilechooserutils.h 2007-12-04 16:52:08.000000000 +0000 | 28 | --- gtk+-2.12.3.orig/gtk/gtkfilechooserutils.h 2007-12-04 16:52:08.000000000 +0000 |
diff --git a/meta/packages/gtk+/gtk+-2.12.7/filechooser.patch b/meta/packages/gtk+/gtk+-2.12.7/filechooser.patch deleted file mode 100644 index c422f60d49..0000000000 --- a/meta/packages/gtk+/gtk+-2.12.7/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 | /** | ||
diff --git a/meta/packages/gtk+/gtk+_2.12.7.bb b/meta/packages/gtk+/gtk+_2.12.7.bb index 79784dd026..a29bd313fb 100644 --- a/meta/packages/gtk+/gtk+_2.12.7.bb +++ b/meta/packages/gtk+/gtk+_2.12.7.bb | |||
@@ -14,8 +14,7 @@ SRC_URI = "http://download.gnome.org/sources/gtk+/2.12/gtk+-${PV}.tar.bz2 \ | |||
14 | file://toggle-font.diff;patch=1;pnum=0 \ | 14 | file://toggle-font.diff;patch=1;pnum=0 \ |
15 | file://scrolled-placement.patch;patch=1;pnum=0 \ | 15 | file://scrolled-placement.patch;patch=1;pnum=0 \ |
16 | file://filesystem-volumes.patch;patch=1 \ | 16 | file://filesystem-volumes.patch;patch=1 \ |
17 | file://filechooser-utils.patch;patch=1 \ | 17 | file://filechooser-props.patch;patch=1 \ |
18 | file://filechooser.patch;patch=1 \ | ||
19 | file://filechooser-default.patch;patch=1 \ | 18 | file://filechooser-default.patch;patch=1 \ |
20 | # temporary | 19 | # temporary |
21 | # file://gtklabel-resize-patch;patch=1 \ | 20 | # file://gtklabel-resize-patch;patch=1 \ |