From 83b065151b9494be0f5778075874a80cec2fa636 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 06 Jun 2005 11:42:27 +0000 Subject: Fix warning when loading ps 2005-06-06 Marco Pesenti Gritti * ps/ps-document.c: (start_interpreter): Fix warning when loading ps --- (limited to 'ps/ps-document.c') diff --git a/ps/ps-document.c b/ps/ps-document.c index 0012773..3de53e3 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 */ -- cgit v0.9.1