8bd5f37ac5
update 2.4.0 OBS-URL: https://build.opensuse.org/request/show/260067 OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=64
25 lines
804 B
Diff
25 lines
804 B
Diff
Index: nemo-2.4.0/libnemo-private/nemo-monitor.c
|
|
===================================================================
|
|
--- nemo-2.4.0.orig/libnemo-private/nemo-monitor.c
|
|
+++ nemo-2.4.0/libnemo-private/nemo-monitor.c
|
|
@@ -78,6 +78,7 @@ schedule_call_consume_changes (void)
|
|
call_consume_changes_idle_id =
|
|
g_idle_add (call_consume_changes_idle_cb, NULL);
|
|
}
|
|
+ return 0;
|
|
}
|
|
|
|
static void
|
|
Index: nemo-2.4.0/libnemo-private/nemo-action.c
|
|
===================================================================
|
|
--- nemo-2.4.0.orig/libnemo-private/nemo-action.c
|
|
+++ nemo-2.4.0/libnemo-private/nemo-action.c
|
|
@@ -1240,6 +1240,7 @@ try_vector (const gchar *op, gint vector
|
|
} else if (g_strcmp0 (op, GREATER_THAN) == 0) {
|
|
return (vector > 0);
|
|
}
|
|
+ return 0;
|
|
}
|
|
|
|
static gboolean
|