Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tautils.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-02-09 03:12:57 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-09 03:12:57 (GMT)
commitf6183602a0a70c653527cf53b16a4762c32f572f (patch)
treebedad83c528af427937fd69aff8e42e907af3019 /tautils.py
parentc4990701ee6d82870b31d105f09db18034470061 (diff)
save picture block; conversion of templates to macros
Diffstat (limited to 'tautils.py')
-rw-r--r--tautils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tautils.py b/tautils.py
index 60c906e..4176a0b 100644
--- a/tautils.py
+++ b/tautils.py
@@ -132,7 +132,7 @@ def do_dialog(dialog, suffix, load_save_folder):
return result, load_save_folder
def save_picture(canvas, fname):
- pixbuf = gtk.gdk.Pixbuf(gtk.gdk.COLORSPACE_RGB, False, 8, canvas.width, \
+ pixbuf = gtk.gdk.Pixbuf(gtk.gdk.COLORSPACE_RGB, False, 8, canvas.width,
canvas.height)
pixbuf.get_from_drawable(canvas.canvas.images[0],
canvas.canvas.images[0].get_colormap(),