From baffb13cc033815237d29c068416d0b9885af556 Mon Sep 17 00:00:00 2001 From: Michael Stone Date: Sat, 08 Jan 2011 06:31:08 +0000 Subject: Use the older and more compatible gtk.Label color markup. --- diff --git a/arithmetic.py b/arithmetic.py index 771f224..d978121 100644 --- a/arithmetic.py +++ b/arithmetic.py @@ -452,7 +452,7 @@ class ArithmeticActivity(groupthink.sugar_tools.GroupActivity): if self.cloud.periodentry.get_text() != str(self.secondsleft): self.cloud.periodentry.set_text(str(self.period)) - markup = "%s : %s" % ( + markup = "%s : %s" % ( old_question, old_answercorrect and "blue" or "black", old_answer) -- cgit v0.9.1