Merge pull request #267 from mattrose/issue264_2

fix new upstream vte warning
This commit is contained in:
Matt Rose 2020-10-30 12:45:19 -04:00 committed by GitHub
commit bd3fdcd361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1510,7 +1510,7 @@ class Terminal(Gtk.VBox):
self.cwd,
args,
envv,
GLib.SpawnFlags.FILE_AND_ARGV_ZERO | GLib.SpawnFlags.DO_NOT_REAP_CHILD,
GLib.SpawnFlags.FILE_AND_ARGV_ZERO,
None,
None,
None)