From c20784ef3859c2282f234f4a122e6315e97bae4f Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Wed, 26 Sep 2007 19:59:37 +0000 Subject: Do not set title to fix #3061 --- diff --git a/activity.py b/activity.py index 2eefa76..2e785cb 100755 --- a/activity.py +++ b/activity.py @@ -54,8 +54,6 @@ class MemorizeActivity(Activity): def __init__(self, handle): Activity.__init__(self, handle) - self.set_title(_('Memorize Activity')) - self.table = cardtable.CardTable() self.scoreboard = scoreboard.Scoreboard() self.game = game.MemorizeGame() -- cgit v0.9.1