summaryrefslogtreecommitdiff
path: root/meta/packages
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-05-01 10:35:36 +0000
committerRoss Burton <ross@openedhand.com>2008-05-01 10:35:36 +0000
commit5e7604abe4dbf3348a129b8109a7b04bd0914ad2 (patch)
tree6f123409a06963fd95c7873375e089cc040dea92 /meta/packages
parentd14f7bd079fc79c3153931ca0e5c348ed4ddd86d (diff)
downloadopenembedded-core-5e7604abe4dbf3348a129b8109a7b04bd0914ad2.tar.gz
openembedded-core-5e7604abe4dbf3348a129b8109a7b04bd0914ad2.tar.bz2
openembedded-core-5e7604abe4dbf3348a129b8109a7b04bd0914ad2.tar.xz
openembedded-core-5e7604abe4dbf3348a129b8109a7b04bd0914ad2.zip
gtk+: fix a warning when creating the file chooser
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4383 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/gtk+/gtk+-2.12.7/filechooser-default.patch8
-rw-r--r--meta/packages/gtk+/gtk+_2.12.7.bb2
2 files changed, 2 insertions, 8 deletions
diff --git a/meta/packages/gtk+/gtk+-2.12.7/filechooser-default.patch b/meta/packages/gtk+/gtk+-2.12.7/filechooser-default.patch
index 34a86b2bf..146316c9c 100644
--- a/meta/packages/gtk+/gtk+-2.12.7/filechooser-default.patch
+++ b/meta/packages/gtk+/gtk+-2.12.7/filechooser-default.patch
@@ -488,7 +488,7 @@ Index: gtk+-2.12.5/gtk/gtkfilechooserdefault.c
binding_set = gtk_binding_set_by_class (class);
-@@ -764,29 +444,17 @@
+@@ -764,29 +444,11 @@
"home-folder",
0);
gtk_binding_entry_add_signal (binding_set,
@@ -515,12 +515,6 @@ Index: gtk+-2.12.5/gtk/gtkfilechooserdefault.c
- 1, G_TYPE_INT, i);
-
_gtk_file_chooser_install_properties (gobject_class);
-+
-+ gtk_settings_install_property (g_param_spec_string ("gtk-file-chooser-backend",
-+ P_("Default file chooser backend"),
-+ P_("Name of the GtkFileChooser backend to use by default"),
-+ NULL,
-+ GTK_PARAM_READWRITE));
}
static void
diff --git a/meta/packages/gtk+/gtk+_2.12.7.bb b/meta/packages/gtk+/gtk+_2.12.7.bb
index 1da49ca04..bbcef7671 100644
--- a/meta/packages/gtk+/gtk+_2.12.7.bb
+++ b/meta/packages/gtk+/gtk+_2.12.7.bb
@@ -1,7 +1,7 @@
require gtk+.inc
DEPENDS += "cairo"
-PR = "r7"
+PR = "r8"
SRC_URI = "http://download.gnome.org/sources/gtk+/2.12/gtk+-${PV}.tar.bz2 \
file://xsettings.patch;patch=1 \