fix the build
This commit is contained in:
parent
cbc3c915a9
commit
0a7b357f62
12
editable-iface.patch
Normal file
12
editable-iface.patch
Normal 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,
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user