Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2006-06-15 15:46:42 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2006-06-15 15:46:42 (GMT)
commitc05bc5a669c8a333e902ae02ab3d55c4307cf56f (patch)
tree9ca6a494b1bb251ce137ea70e26b5ade112ba5df /sugar
parent4a61f357962f39fa3fee6b7e98e3aa31197746ac (diff)
Fix
Diffstat (limited to 'sugar')
-rwxr-xr-xsugar/shell/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/shell/shell.py b/sugar/shell/shell.py
index 9d8d3dc..f7eaa18 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