$OpenBSD$ # upstream commit 4d88788a6efc68acf243a1a33d854f76b2f26dfd --- gourmet/gtk_extras/ratingWidget.py.orig Tue Oct 11 21:40:27 2016 +++ gourmet/gtk_extras/ratingWidget.py Tue Oct 11 21:40:51 2016 @@ -135,7 +135,7 @@ class StarGenerator: 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,