From c05bc5a669c8a333e902ae02ab3d55c4307cf56f Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 15 Jun 2006 11:46:42 -0400 Subject: [PATCH] Fix --- sugar/shell/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sugar/shell/shell.py b/sugar/shell/shell.py index 9d8d3dc6..f7eaa18a 100755 --- a/sugar/shell/shell.py +++ b/sugar/shell/shell.py @@ -158,7 +158,7 @@ class ActivityHost(dbus.service.Object): # are not correctly marshalled if c < 0: 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) #print pixbuf