~ubuntu-branches/ubuntu/intrepid/gimp/intrepid-backports

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Bartosz
  • Date: 2009-01-09 16:24:23 UTC
  • mfrom: (38.1.1 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090109162423-rsr8ky4mzv8irpf8
Tags: 2.6.3-1ubuntu1~intrepid1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
323
323
     gint             *nreturn_vals,
324
324
     GimpParam       **return_vals)
325
325
{
326
 
  static GimpParam  values[2];
 
326
  static GimpParam  values[4];
327
327
  GimpRunMode       run_mode;
328
328
  GimpPDBStatusType status   = GIMP_PDB_SUCCESS;
329
329
  gint32            image_ID = -1;