GSubprocessLauncher: don't get empty environment
authorRyan Lortie <desrt@desrt.ca>
Tue, 4 Mar 2014 13:55:00 +0000 (08:55 -0500)
committerRyan Lortie <desrt@desrt.ca>
Tue, 4 Mar 2014 13:55:00 +0000 (08:55 -0500)
commite767204e0e8108df66893e23209b22b041be893d
tree23345cb221d0db352067953cd842298c3e81bf01
parent9da88a12c52f122e1e2b8faaed6c95ec1bcef104
GSubprocessLauncher: don't get empty environment

Use g_get_environ() to get the environment variables with their values
instead of g_listenv() which only lists off the keys.

https://bugzilla.gnome.org/show_bug.cgi?id=725651
gio/gsubprocesslauncher.c