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

Annotation of ports/misc/gourmet/patches/patch-gourmet_gtk_extras_ratingWidget_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/gtk_extras/ratingWidget.py.orig    Tue Oct 11 21:40:27 2016
                      6: +++ gourmet/gtk_extras/ratingWidget.py Tue Oct 11 21:40:51 2016
                      7: @@ -135,7 +135,7 @@ class StarGenerator:
                      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