$OpenBSD$ --- gourmet/plugins/browse_recipes/icon_helpers.py.orig Tue Oct 11 21:41:33 2016 +++ gourmet/plugins/browse_recipes/icon_helpers.py Tue Oct 11 21:42:01 2016 @@ -38,7 +38,7 @@ def get_pixbuf_from_image (image): if is_rgba: rowstride = 4 else: rowstride = 3 pb=gtk.gdk.pixbuf_new_from_data( - image.tostring(), + image.tobytes(), gtk.gdk.COLORSPACE_RGB, is_rgba, 8,