From: Marco Pesenti Gritti Date: Mon, 6 Jun 2005 11:42:27 +0000 (+0000) Subject: Fix warning when loading ps X-Git-Tag: EVINCE_0_3_3~273 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=83b065151b9494be0f5778075874a80cec2fa636;p=evince.git Fix warning when loading ps 2005-06-06 Marco Pesenti Gritti * ps/ps-document.c: (start_interpreter): Fix warning when loading ps --- diff --git a/ChangeLog b/ChangeLog index f09682f9..e20c0df4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-06-06 Marco Pesenti Gritti + + * ps/ps-document.c: (start_interpreter): + + Fix warning when loading ps + 2005-06-06 Marco Pesenti Gritti * ps/ps-document.c: (output): diff --git a/ps/ps-document.c b/ps/ps-document.c index 00127731..3de53e3a 100644 --- a/ps/ps-document.c +++ b/ps/ps-document.c @@ -716,7 +716,6 @@ start_interpreter (PSDocument *gs) gdk_x11_drawable_get_xid (gs->bpixmap)); LOG ("Launching ghostview with env %s", gv_env); - gs->busy = TRUE; gs->interpreter_pid = fork (); switch (gs->interpreter_pid) { case -1: /* error */