mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue