Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cardtable.py
diff options
context:
space:
mode:
Diffstat (limited to 'cardtable.py')
-rw-r--r--cardtable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cardtable.py b/cardtable.py
index 1c7d957..e6c839d 100644
--- a/cardtable.py
+++ b/cardtable.py
@@ -190,7 +190,7 @@ class CardTable(gtk.EventBox):
self.selected_card = (coord[0], coord[1])
def key_press_event(self, widget, event):
- #self.table.grab_focus()
+ self.table.grab_focus()
x = self.selected_card[0]
y = self.selected_card[1]