diff --git a/ChangeLog b/ChangeLog index 983c0e13e2..61f3c8f648 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-04-10 Sven Neumann + + 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 * app/file/file-utils.c diff --git a/plug-ins/print/print.c b/plug-ins/print/print.c index 7f4a802939..80ca1b5e70 100644 --- a/plug-ins/print/print.c +++ b/plug-ins/print/print.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 {