~ubuntu-branches/ubuntu/utopic/gimp/utopic

« back to all changes in this revision

Viewing changes to plug-ins/pygimp/gimpfu.py

  • Committer: Package Import Robot
  • Author(s): Ari Pollak
  • Date: 2013-02-23 11:52:27 UTC
  • mto: (1.1.28) (0.6.1 sid)
  • mto: This revision was merged to the branch mainline in revision 77.
  • Revision ID: package-import@ubuntu.com-20130223115227-erjyrlri4ku3ysap
ImportĀ upstreamĀ versionĀ 2.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
              "My plug-in",
47
47
              "*",
48
48
              [
49
 
                  (PF_IMAGE, "image", "Input image"),
50
 
                  (PF_DRAWABLE, "drawable", "Input drawable"),
 
49
                  (PF_IMAGE, "image", "Input image", None),
 
50
                  (PF_DRAWABLE, "drawable", "Input drawable", None),
51
51
                  (PF_STRING, "arg", "The argument", "default-value")
52
52
              ],
53
53
              [],