]> Pileus Git - ~andy/gtk/commit
Set DISPLAY in the child process using g_setenv() instead of constructing
authorRoss Burton <ross@openedhand.com>
Wed, 6 Jun 2007 15:57:58 +0000 (15:57 +0000)
committerRoss Burton <rburton@src.gnome.org>
Wed, 6 Jun 2007 15:57:58 +0000 (15:57 +0000)
commit58d99db469c2abf44e999bb5b4cf13f6c6c5f1ab
tree1c5863b62b46eb1a5c1ad2047b35e077357fa9a2
parentbf5df2271fe09f88013e702c9ef84c956fbd8a07
Set DISPLAY in the child process using g_setenv() instead of constructing

2007-06-06  Ross Burton  <ross@openedhand.com>

* gdk/x11/gdkspawn-x11.c:
Set DISPLAY in the child process using g_setenv() instead of
constructing a new envp, which lets callers use child setup
functions which call putenv (#442617).

svn path=/trunk/; revision=18062
ChangeLog
gdk/x11/gdkspawn-x11.c