Call protect_argv() in do_spawn() instead of in do_spawn_with_pipes() so
authorTor Lillqvist <tml@iki.fi>
Tue, 30 Sep 2003 20:04:51 +0000 (20:04 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 30 Sep 2003 20:04:51 +0000 (20:04 +0000)
commitd007fe41d94d01d2b7e314526e9ba30e87a583fa
treec7a9f35cefb0d6fadce4abadaf2316a570485dac
parent8b75e12b138827b0bcc7516184a5fce2fb6f35a9
Call protect_argv() in do_spawn() instead of in do_spawn_with_pipes() so

2003-09-30  Tor Lillqvist  <tml@iki.fi>

* glib/gspawn-win32.c (do_spawn): Call protect_argv() in
do_spawn() instead of in do_spawn_with_pipes() so that we can use
the original argv[0] as the program file name parameter to
spawnv() in the shortcut (doing without helper process)
code. Fixes problem if GIMP 1.3 was installed in a path with
spaces in the name.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gspawn-win32.c