]> git.saurik.com Git - cydia.git/commitdiff
Disabled package view recycling.
authorGrant Paul <chpwn@chpwn.com>
Sun, 17 Oct 2010 19:27:25 +0000 (12:27 -0700)
committerGrant Paul <chpwn@chpwn.com>
Sun, 17 Oct 2010 19:27:25 +0000 (12:27 -0700)
Cydia.mm

index ef602ac8252366d85ec14a07ba8fe9e24af0f54f..973efb289aefa50ac1046edb71bbfb4c87c052f0 100644 (file)
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -384,7 +384,7 @@ static const CFStringCompareFlags LaxCompareFlags_ = kCFCompareCaseInsensitive |
 #define ShowInternals (0 && !ForRelease)
 #define IgnoreInstall (0 && !ForRelease)
 #define RecycleWebViews 0
-#define RecyclePackageViews (1 && ForRelease)
+#define RecyclePackageViews (0 && ForRelease)
 #define AlwaysReload (1 && !ForRelease)
 
 #if !TraceLogging