From 64feba1bf86982930fe8706311aebf28c0b44650 Mon Sep 17 00:00:00 2001 From: Aneesh Dogra Date: Fri, 21 Dec 2012 21:21:30 +0000 Subject: Clear the answer_status when we press the another button. --- diff --git a/ConstellationsFlashCards.py b/ConstellationsFlashCards.py index 6a3b11b..17418d6 100644 --- a/ConstellationsFlashCards.py +++ b/ConstellationsFlashCards.py @@ -245,6 +245,7 @@ class ChartDisplay(Gtk.DrawingArea): buttonq1.set_sensitive(True) quiz_count = quiz_count + 1 labelr1.set_label(str(quiz_count) + _(" constellations seen. ")) + self.context.answer_status.set_text(_("")) labelr3.set_label(str(correct_first_count) + _(" correct on first try. ")) labelr4.set_label(str(correct_second_count) + _(" correct on second try.")) self.plotchart(True) -- cgit v0.9.1