[BACK]Return to patch-gourmet_plugins_browse_recipes_icon_helpers_py CVS log [TXT][DIR] Up to [local] / ports / misc / gourmet / patches

Annotation of ports/misc/gourmet/patches/patch-gourmet_plugins_browse_recipes_icon_helpers_py, Revision 1.1.1.1

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

CVSweb