]> www.fi.muni.cz Git - evince.git/commitdiff
Fix warning when loading ps
authorMarco Pesenti Gritti <mpg@redhat.com>
Mon, 6 Jun 2005 11:42:27 +0000 (11:42 +0000)
committerMarco Pesenti Gritti <marco@src.gnome.org>
Mon, 6 Jun 2005 11:42:27 +0000 (11:42 +0000)
2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>

        * ps/ps-document.c: (start_interpreter):

        Fix warning when loading ps

ChangeLog
ps/ps-document.c

index f09682f951adf03d016ed44f5ba8a3674976d7fb..e20c0df4d6bf78c4ace6b135c6832f157d9475be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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):
index 001277312952af52e220db6dc411a8c95f7f6116..3de53e3aedce51c5f13b7363a21b7664f384cbab 100644 (file)
@@ -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 */