summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2009-04-15 21:42:01 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:13:12 +0000
commit92d4a16a35b9963afc5b644b168df1488fc72af0 (patch)
treebe0aa8b14ba02b6e5ad50499625f42d3aa725c6c
parentcaa427d133e3739a2da5b05090bf9d9bb40b0ee0 (diff)
Fixed some stupid bugs added when I was too tired.
-rw-r--r--Cydia.mm7
-rw-r--r--control2
2 files changed, 4 insertions, 5 deletions
diff --git a/Cydia.mm b/Cydia.mm
index 827b020..57b24df 100644
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -2567,7 +2567,7 @@ uint32_t PackageChangesRadix(Package *self, void *) {
name_ = [name retain];
index_ = '\0';
row_ = row;
- localized_ = LocalizeSection(name_);
+ localized_ = [LocalizeSection(name_) retain];
} return self;
}
@@ -4494,11 +4494,11 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
[super dealloc];
}
-/*- (void) release {
+- (void) release {
if ([self retainCount] == 1)
[delegate_ setPackageView:self];
[super release];
-}*/
+}
/* XXX: this is not safe at all... localization of /fail/ */
- (void) _clickButtonWithName:(NSString *)name {
@@ -7320,7 +7320,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
- (void) setPackageView:(PackageView *)view {
if (package_ == nil)
package_ = [view retain];
- NSLog(@"packageView: %@", package_);
}
- (PackageView *) packageView {
diff --git a/control b/control
index 78b946b..a421e78 100644
--- a/control
+++ b/control
@@ -5,7 +5,7 @@ Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
Architecture: iphoneos-arm
Version: 1.0.2821-1
Replaces: com.sosiphone.addcydia
-Depends: apr, darwintools, pcre, shell-cmds, system-cmds
+Depends: apr, apt (>= 0.7.20.2-15), darwintools, pcre, shell-cmds, system-cmds
Pre-Depends: dpkg (>= 1.14.25-8)
Conflicts: com.sosiphone.addcydia
Description: graphical iPhone front-end for APT