]> www.fi.muni.cz Git - evince.git/blobdiff - ps/ps-document.c
Log gs env var
[evince.git] / ps / ps-document.c
index c7263bc1fce04d98826abf54b104a30568ecec1c..928e38c0da43d42eb87471eff131542839089e4b 100644 (file)
@@ -784,6 +784,12 @@ start_interpreter(PSDocument * gs)
     return -1;
   }
 
     return -1;
   }
 
+  gv_env = g_strdup_printf("GHOSTVIEW=%ld %ld",
+                           gdk_x11_drawable_get_xid(gs->pstarget),
+                          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) {
   gs->busy = TRUE;
   gs->interpreter_pid = fork();
   switch (gs->interpreter_pid) {
@@ -819,13 +825,8 @@ start_interpreter(PSDocument * gs)
       }
     }
 
       }
     }
 
-    gv_env = g_strdup_printf("GHOSTVIEW=%ld %ld",
-                             gdk_x11_drawable_get_xid(gs->pstarget),
-                            gdk_x11_drawable_get_xid(gs->bpixmap));
     putenv(gv_env);
 
     putenv(gv_env);
 
-    LOG ("Launching ghostview with env %s", gv_env)
-
     /* change to directory where the input file is. This helps
      * with postscript-files which include other files using
      * a relative path */
     /* change to directory where the input file is. This helps
      * with postscript-files which include other files using
      * a relative path */