mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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:
@@ -488,7 +488,7 @@ Index: gtk+-2.12.5/gtk/gtkfilechooserdefault.c
|
|||||||
|
|
||||||
binding_set = gtk_binding_set_by_class (class);
|
binding_set = gtk_binding_set_by_class (class);
|
||||||
|
|
||||||
@@ -764,29 +444,17 @@
|
@@ -764,29 +444,11 @@
|
||||||
"home-folder",
|
"home-folder",
|
||||||
0);
|
0);
|
||||||
gtk_binding_entry_add_signal (binding_set,
|
gtk_binding_entry_add_signal (binding_set,
|
||||||
@@ -515,12 +515,6 @@ Index: gtk+-2.12.5/gtk/gtkfilechooserdefault.c
|
|||||||
- 1, G_TYPE_INT, i);
|
- 1, G_TYPE_INT, i);
|
||||||
-
|
-
|
||||||
_gtk_file_chooser_install_properties (gobject_class);
|
_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
|
static void
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
require gtk+.inc
|
require gtk+.inc
|
||||||
|
|
||||||
DEPENDS += "cairo"
|
DEPENDS += "cairo"
|
||||||
PR = "r7"
|
PR = "r8"
|
||||||
|
|
||||||
SRC_URI = "http://download.gnome.org/sources/gtk+/2.12/gtk+-${PV}.tar.bz2 \
|
SRC_URI = "http://download.gnome.org/sources/gtk+/2.12/gtk+-${PV}.tar.bz2 \
|
||||||
file://xsettings.patch;patch=1 \
|
file://xsettings.patch;patch=1 \
|
||||||
|
|||||||
Reference in New Issue
Block a user