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

1.1       kirby       1: $OpenBSD$
                      2: --- gourmet/gtk_extras/ratingWidget.py.orig    Tue Oct 11 21:40:27 2016
                      3: +++ gourmet/gtk_extras/ratingWidget.py Tue Oct 11 21:40:51 2016
                      4: @@ -135,7 +135,7 @@ class StarGenerator:
                      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