fix the build

This commit is contained in:
Matthias Clasen 2010-09-21 22:48:45 -04:00
parent cbc3c915a9
commit 0a7b357f62
2 changed files with 14 additions and 1 deletions

12
editable-iface.patch Normal file
View File

@ -0,0 +1,12 @@
diff -up nautilus-2.90.1/eel/eel-editable-label.c.iface nautilus-2.90.1/eel/eel-editable-label.c
--- nautilus-2.90.1/eel/eel-editable-label.c.iface 2010-09-21 22:47:04.828997997 -0400
+++ nautilus-2.90.1/eel/eel-editable-label.c 2010-09-21 22:47:13.561998010 -0400
@@ -59,7 +59,7 @@ enum {
static guint signals[LAST_SIGNAL] = { 0 };
-static void eel_editable_label_editable_init (GtkEditableInterface *iface);
+static void eel_editable_label_editable_init (GtkEditableIface *iface);
static void eel_editable_label_class_init (EelEditableLabelClass *klass);
static void eel_editable_label_init (EelEditableLabel *label);
static void eel_editable_label_set_property (GObject *object,

View File

@ -93,6 +93,7 @@ Patch17: nautilus-filetype-symlink-fix.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=583559
Patch23: nautilus-578086-po.patch
Patch29: editable-iface.patch
%description
Nautilus is the file manager and graphical shell for the GNOME desktop
@ -132,7 +133,7 @@ for developing nautilus extensions.
%patch10 -p1 -b .gvfs-desktop-key
%patch17 -p0 -b .symlink
%patch23 -p1 -b .gu_IN-crash
%patch29 -p1 -b .editable-iface
%build