Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
authorAndrés Ambrois <andresambrois@gmail.com>2008-08-16 11:56:28 (GMT)
committer Andrés Ambrois <andresambrois@gmail.com>2008-08-16 11:56:28 (GMT)
commit6a31b9d99ff380f96695a1323d82f17593366d5c (patch)
treefb1c018a0eaa248e04ad36b3af3269f52b7ccd4e /activity.py
parent2a09b6f71f92ac8ccd792877f93c603594ef6b92 (diff)
Update score after undos
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/activity.py b/activity.py
index f95ae67..eaf8339 100644
--- a/activity.py
+++ b/activity.py
@@ -141,6 +141,7 @@ class PlayGo(Activity):
def undo_cb(self, widget, data=None):
if self.game.undo():
self.board.queue_draw()
+ self.show_score()
self.change_turn()
if not self.get_shared(): self.change_player_color()