2015-10-22 02:11:05 +02:00
|
|
|
--- a/libnemo-private/nemo-action.c
|
|
|
|
+++ b/libnemo-private/nemo-action.c
|
2016-04-25 10:38:54 +02:00
|
|
|
@@ -1322,6 +1322,7 @@ check_gsettings_condition (NemoAction *a
|
2015-10-22 02:11:05 +02:00
|
|
|
g_strfreev (split);
|
|
|
|
return FALSE;
|
|
|
|
}
|
|
|
|
+ return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
static gboolean
|
2017-05-07 20:21:35 +02:00
|
|
|
--- a/libnemo-private/nemo-desktop-utils.c
|
|
|
|
+++ b/libnemo-private/nemo-desktop-utils.c
|
|
|
|
@@ -92,6 +92,7 @@ nemo_desktop_utils_get_primary_monitor (
|
|
|
|
return i;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
+ return -1;
|
|
|
|
#else
|
|
|
|
ensure_screen ();
|
|
|
|
|
2015-10-22 02:11:05 +02:00
|
|
|
--- a/libnemo-private/nemo-monitor.c
|
|
|
|
+++ b/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
|