~ubuntu-branches/ubuntu/oneiric/gimp/oneiric-updates

« back to all changes in this revision

Viewing changes to plug-ins/common/file-ps.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2010-11-18 17:25:42 UTC
  • mfrom: (1.1.24) (0.4.7 sid)
  • Revision ID: package-import@ubuntu.com-20101118172542-dq82nx82sjgv0o0u
Tags: 2.6.11-1ubuntu1
* Resync on Debian
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch:
   - updated some strings for ubuntu
* debian/control: updated description
* debian/rules:
    - updated translation templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
1748
1748
#else
1749
1749
 
1750
1750
  /* Use a real outputfile. Wait until ghostscript has finished */
1751
 
  flags = G_SPAWN_SEARCH_PATH;
 
1751
  flags = G_SPAWN_SEARCH_PATH |
 
1752
          G_SPAWN_STDOUT_TO_DEV_NULL |
 
1753
          G_SPAWN_STDERR_TO_DEV_NULL;
1752
1754
 
1753
1755
  if ( !g_spawn_sync (NULL,       /* working dir */
1754
1756
                      pcmdA,      /* command array */