mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
util: Don't pass too many arguments to child_watch_add
This commit is contained in:
parent
6ece67b654
commit
f8bac5c197
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ function trySpawn(argv)
|
|||
// Dummy child watch; we don't want to double-fork internally
|
||||
// because then we lose the parent-child relationship, which
|
||||
// can break polkit. See https://bugzilla.redhat.com//show_bug.cgi?id=819275
|
||||
GLib.child_watch_add(GLib.PRIORITY_DEFAULT, pid, function () {}, null);
|
||||
GLib.child_watch_add(GLib.PRIORITY_DEFAULT, pid, function () {});
|
||||
}
|
||||
|
||||
// trySpawnCommandLine:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue