~ubuntu-branches/ubuntu/hardy/gimp/hardy-backports

« back to all changes in this revision

Viewing changes to app/pdb/gimppdb.c

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-11-21 17:39:07 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20071121173907-od54p9hdtvn5frl0
Tags: 2.4.1-1ubuntu1
* Merge from Debian unstable.
* Remaining Ubuntu changes:
  - 02_help-message.patch, 03_gimp.desktop.in.in.patch: Distro changes.
  - Weave i18n magic in the rules file.
  - Munge Maintainer field as per spec.
* Ubuntu changes dropped:
  - Apply patch from upstream (SVN r23659) that corrects the image
    disappearing for large images at 150% zoom.
  - Symlink doc directories to avoid duplicate files, CDBS does this for
    us.

Show diffs side-by-side

added added

removed removed

Lines of Context:
407
407
          return_vals = gimp_procedure_get_return_values (procedure, FALSE);
408
408
          g_value_set_enum (return_vals->values, GIMP_PDB_CALLING_ERROR);
409
409
 
 
410
          va_end (va_args);
 
411
 
410
412
          return return_vals;
411
413
        }
412
414
 
422
424
          return_vals = gimp_procedure_get_return_values (procedure, FALSE);
423
425
          g_value_set_enum (return_vals->values, GIMP_PDB_CALLING_ERROR);
424
426
 
 
427
          va_end (va_args);
 
428
 
425
429
          return return_vals;
426
430
        }
427
431
    }