summaryrefslogtreecommitdiff
blob: c7862def3eaaa49ca796c681e9723acef73bff0e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2009-08-12 22:22:53.000000000 -0400
+++ setup.py	2009-08-12 22:22:57.000000000 -0400
@@ -25,7 +25,7 @@
 
   def __init__ (self, *args):
     self.without_gettext = False
-    self.without_icon_cache = False
+    self.without_icon_cache = True
     Distribution.__init__(self, *args)