~ubuntu-branches/ubuntu/maverick/gimp/maverick-proposed

« back to all changes in this revision

Viewing changes to plug-ins/pygimp/pygimp-drawable.c

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-02-26 19:10:31 UTC
  • mfrom: (1.1.22 upstream) (0.4.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100226191031-d11l96bebdllen1n
Tags: 2.6.8-2ubuntu1
* Merge with debian, remaining changes:
  + debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    - updated some strings for ubuntu
  + debian/rules:
    - updated translation templates
  + debian/control:
    - set Vcs-Bzr url

Show diffs side-by-side

added added

removed removed

Lines of Context:
1405
1405
    int interpolation = -1;
1406
1406
    gboolean local_origin = FALSE;
1407
1407
 
1408
 
    static char *kwlist[] = { "width", "height", "local_origin", NULL };
 
1408
    static char *kwlist[] = { "width", "height", "local_origin",
 
1409
                              "interpolation", NULL };
1409
1410
 
1410
1411
    if (!PyArg_ParseTupleAndKeywords(args, kwargs, "ii|ii:scale", kwlist,
1411
1412
                                     &new_width, &new_height,