gdkcairo: Actually paint the pixbuf

I accidentally a line before committing
b41787bc78 - whoops.
This commit is contained in:
Benjamin Otte 2013-09-24 17:43:44 +02:00
parent 7a9641b0f6
commit 3d7e0f3eb1

View File

@ -334,6 +334,8 @@ gdk_cairo_set_source_pixbuf (cairo_t *cr,
gdk_pixbuf_get_width (pixbuf),
gdk_pixbuf_get_height (pixbuf));
gdk_cairo_surface_paint_pixbuf (surface, pixbuf);
cairo_set_source_surface (cr, surface, pixbuf_x, pixbuf_y);
cairo_surface_destroy (surface);
}