From 0a7b357f622c17dfbe297e8f0d9f68896a50b42f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 21 Sep 2010 22:48:45 -0400 Subject: [PATCH] fix the build --- editable-iface.patch | 12 ++++++++++++ nautilus.spec | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 editable-iface.patch diff --git a/editable-iface.patch b/editable-iface.patch new file mode 100644 index 0000000..b3a78c1 --- /dev/null +++ b/editable-iface.patch @@ -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, diff --git a/nautilus.spec b/nautilus.spec index 5019dc2..f07d742 100644 --- a/nautilus.spec +++ b/nautilus.spec @@ -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