Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/svgcard.py
diff options
context:
space:
mode:
authorMuriel de Souza Godoi <muriel@laptop.org>2007-09-13 20:33:32 (GMT)
committer Muriel de Souza Godoi <muriel@laptop.org>2007-09-13 20:33:32 (GMT)
commit5aed505296e2a7ab3d3ec8515f42c357c646f32b (patch)
tree493cbf204c646a76a9f5d9dda1646eea7e0c6563 /svgcard.py
parent92cf55fcb7b956d6b7f049ae87d23f4671d08f09 (diff)
Fix for #3160: all games have a complete 6x6 grid
Diffstat (limited to 'svgcard.py')
-rwxr-xr-xsvgcard.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/svgcard.py b/svgcard.py
index 6ecfaa7..d122d3e 100755
--- a/svgcard.py
+++ b/svgcard.py
@@ -66,8 +66,8 @@ class SvgCard(gtk.DrawingArea):
self.props[view].update(pprops.get(view, {}))
# Cache
- self.cache = pcache
- #self.cache.update(pcache)
+ self.cache = {}
+ self.cache.update(pcache)
build_all = (len(self.cache) == 0)