[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.2

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

CVSweb