summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-11-17 20:56:20 +0000
committergouldtj <gouldtj@users.sourceforge.net>2009-11-17 20:56:20 +0000
commit51fe4c1b181c7e189dc5e5ea741ad793f42426a3 (patch)
tree77af46e3bcb897137c6b5c678409cd6314bfbe57
parentRemoving protable.7z as it's not in the archive. (diff)
downloadinkscape-51fe4c1b181c7e189dc5e5ea741ad793f42426a3.tar.gz
inkscape-51fe4c1b181c7e189dc5e5ea741ad793f42426a3.zip
Patch from trunk
(bzr r8833.1.6)
-rwxr-xr-xshare/extensions/gimp_xcf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/gimp_xcf.py b/share/extensions/gimp_xcf.py
index 121cb360d..22e45006b 100755
--- a/share/extensions/gimp_xcf.py
+++ b/share/extensions/gimp_xcf.py
@@ -86,7 +86,7 @@ class MyEffect(inkex.Effect):
gridSpacingFunc = '(gimp-image-grid-set-spacing img %s %s)' % (spacingX[:-2], spacingY[:-2])
gridOriginFunc = '(gimp-image-grid-set-offset img %s %s)'% (originX[:-2], originY[:-2])
- area = '--export-area-canvas'
+ area = '--export-area-page'
pngs = []
names = []
path = "/svg:svg/*[name()='g' or @style][@id]"