This commit is contained in:
Marco Pesenti Gritti 2006-06-15 11:46:42 -04:00
parent 4a61f35796
commit c05bc5a669

View File

@ -158,7 +158,7 @@ class ActivityHost(dbus.service.Object):
# are not correctly marshalled # are not correctly marshalled
if c < 0: if c < 0:
c += 256 c += 256
pixstr += chr(c) pixstr += chr(c)
pixbuf = gtk.gdk.pixbuf_new_from_data(pixstr, colorspace, has_alpha, bits_per_sample, width, height, rowstride) pixbuf = gtk.gdk.pixbuf_new_from_data(pixstr, colorspace, has_alpha, bits_per_sample, width, height, rowstride)
#print pixbuf #print pixbuf