From 4a8ddc1b33486532d7dcb780943387096fd9a8a3 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sun, 17 May 2009 08:34:40 +0000 Subject: fixed character entry bug --- (limited to 'tasprites.py') diff --git a/tasprites.py b/tasprites.py index 7ed477f..08c5f83 100644 --- a/tasprites.py +++ b/tasprites.py @@ -90,8 +90,7 @@ def hide(spr): spr.tw.sprites.remove(spr) def setlabel(spr,label): - # pango abhors nulls in strings - spr.label = label.replace("\x00","") + spr.label = label inval(spr) def inval(spr): -- cgit v0.9.1