mirror of https://github.com/GNOME/gimp.git
Merged from gimp-2-2 branch:
2005-04-10 Sven Neumann <sven@gimp.org> Merged from gimp-2-2 branch: * plug-ins/print/print.c: reverted the previous change, it was wrong (see bug #169909).
This commit is contained in:
parent
09ef4b1d00
commit
beaef0b655
|
@ -1,3 +1,10 @@
|
|||
2005-04-10 Sven Neumann <sven@gimp.org>
|
||||
|
||||
Merged from gimp-2-2 branch:
|
||||
|
||||
* plug-ins/print/print.c: reverted the previous change, it was wrong
|
||||
(see bug #169909).
|
||||
|
||||
2005-04-10 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/file/file-utils.c
|
||||
|
|
|
@ -433,7 +433,7 @@ run (const gchar *name,
|
|||
close (pipefd[0]);
|
||||
close (pipefd[1]);
|
||||
execl ("/bin/sh", "/bin/sh", "-c",
|
||||
g_shell_quote (stp_get_output_to (vars)), NULL);
|
||||
stp_get_output_to (vars), NULL);
|
||||
/* NOTREACHED */
|
||||
exit (1);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue