summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2009-06-22 11:37:41 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:13:57 +0000
commit02036121c4966929c6fa52a8dbd5eb27c0ddf0f2 (patch)
treecb3688d6b68f7a26586cc765e00eecbb45e7ae25
parentea173384eb3f0b9652fba63f188a0599f8842c7b (diff)
Reactivated PackageView recycling, for a test.
-rw-r--r--Cydia.mm2
-rw-r--r--control2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cydia.mm b/Cydia.mm
index 71b9dcd..3e45dad 100644
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -417,7 +417,7 @@ static const CFStringCompareFlags LaxCompareFlags_ = kCFCompareCaseInsensitive |
#define ShowInternals (0 && !ForRelease)
#define IgnoreInstall (0 && !ForRelease)
#define RecycleWebViews 0
-#define RecyclePackageViews 0
+#define RecyclePackageViews 1
#define AlwaysReload (1 && !ForRelease)
#if !TraceLogging
diff --git a/control b/control
index fb262dc..91a7cca 100644
--- a/control
+++ b/control
@@ -3,7 +3,7 @@ Priority: required
Section: Packaging
Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
Architecture: iphoneos-arm
-Version: 1.0.2942-1
+Version: 1.0.2943-1
Replaces: com.sosiphone.addcydia
Depends: apr-lib, apt7-lib, apt7-key, darwintools, pcre, shell-cmds, system-cmds
Pre-Depends: dpkg (>= 1.14.25-8)