2005-06-06 Marco Pesenti Gritti <mpg@redhat.com>
* ps/ps-document.c: (start_interpreter):
Fix warning when loading ps
+2005-06-06 Marco Pesenti Gritti <mpg@redhat.com>
+
+ * ps/ps-document.c: (start_interpreter):
+
+ Fix warning when loading ps
+
2005-06-06 Marco Pesenti Gritti <mpg@redhat.com>
* ps/ps-document.c: (output):
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 */