shell: Fix return value if the systemd unit is actually successfully run
This got broken by last minute changes in commit 2d56395921
. There's no change
too simple.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1242
This commit is contained in:
parent
43c6afa80f
commit
eed27a2a4c
@ -713,6 +713,7 @@ shell_util_systemd_call (const char *command,
|
||||
-1, NULL,
|
||||
on_systemd_call_cb,
|
||||
(gpointer) command);
|
||||
return TRUE;
|
||||
#endif /* HAVE_SYSTEMD */
|
||||
|
||||
return FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user