Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/svgcard.py
diff options
context:
space:
mode:
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)