Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/card.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-11-29 21:43:54 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-11-29 21:43:54 (GMT)
commit36787ae146159ac9573e9d81dcde0a5ef0f3b50f (patch)
treed3c1023c6a337dec23eacf493cabd1757880543a /card.py
parentae13312f3034e66d3023e8ebaf8e3916a2a84262 (diff)
added a match search button
Diffstat (limited to 'card.py')
-rw-r--r--card.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/card.py b/card.py
index d9e5c40..499bdd7 100644
--- a/card.py
+++ b/card.py
@@ -61,7 +61,7 @@ class Card:
tw.card_h*tw.scale))
self.spr.label = ""
- def draw_card(self):
+ def show_card(self):
setlayer(self.spr,2000)
draw(self.spr)