Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mapnav.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@sugarlabs.org>2014-04-16 04:00:55 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2014-05-14 21:21:41 (GMT)
commit8da6a5e066effa5d92d5b284fc0d7d3f1d09892e (patch)
treefd4024c359f224e30dd61346b1e19f291b12fb77 /mapnav.py
parent682a6cc29a5658206ba01380ba8186e3af224d7a (diff)
more fixes port to gtk3
Diffstat (limited to 'mapnav.py')
-rw-r--r--mapnav.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mapnav.py b/mapnav.py
index f8a60e1..d8f9a6e 100644
--- a/mapnav.py
+++ b/mapnav.py
@@ -508,7 +508,7 @@ class MapNavView(Gtk.DrawingArea):
ctx.translate(wall_x, wall_y)
ctx.scale(scale, scale)
- ctx.set_source_pixbuf(pxb, 0, 0)
+ Gdk.cairo_set_source_pixbuf(ctx, pxb, 0, 0)
ctx.paint()
wall_object['width'] = width
wall_object['height'] = height