]> git.saurik.com Git - cydia.git/commitdiff
Fixed some stupid bugs added when I was too tired.
authorJay Freeman (saurik) <saurik@saurk.com>
Wed, 15 Apr 2009 21:42:01 +0000 (21:42 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 30 Sep 2010 07:13:12 +0000 (07:13 +0000)
Cydia.mm
control

index 827b02046fba5425efab4ca557a963c9681e38a2..57b24dfcfa2fdba1338561cf7e9873ab1e5c6c7f 100644 (file)
--- 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 78b946b42a70add25c461e3411ee431466b894d2..a421e784a8044b6dd4081ac42e479b0f27020311 100644 (file)
--- 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