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
This commit is contained in:
Ross Burton 2008-05-01 10:35:36 +00:00
parent d14f7bd079
commit 5e7604abe4
2 changed files with 2 additions and 8 deletions

View File

@ -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

View File

@ -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 \