summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2014-01-06 22:21:17 +0800
committerBehdad Esfahbod <behdad@behdad.org>2014-01-06 22:21:17 +0800
commit2fa9245724192149c1b18615e743e09cb4b64dd9 (patch)
treed1dc7d70982b57e003f2f25945d60f1852d8c12e
parentb7e5e9ffa54f60bab436c434bbac4af0bb086de7 (diff)
Don't cache background
New cairo is just fast enough...
-rwxr-xr-xslippy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slippy.py b/slippy.py
index a42c542..044a53a 100755
--- a/slippy.py
+++ b/slippy.py
@@ -39,7 +39,7 @@ class ViewerGTK (Viewer):
self.__repeat = repeat
self.__slideshow = slideshow
self.__delay = delay
- self.__cache = True
+ self.__cache = False
window = gtk.Window()
screen = window.get_screen()