diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-04-02 00:42:37 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-04-02 00:42:42 -0700 |
commit | 17c763ff9de9b6a9051415b4cd56da5d55d51548 (patch) | |
tree | b60415dca079d23210db4d077cfe5a2927d48e5f /MobileCydia.mm | |
parent | 780cdb3b979c2fac81795d5eba4b3c4cd26c77eb (diff) |
Remove broken/unused repairWithSelector:update.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 01b8c3d..1ec3187 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -3562,8 +3562,8 @@ class CydiaLogCleaner : if (error == "dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. ") [delegate_ repairWithSelector:@selector(configure)]; - else if (error == "The package lists or status file could not be parsed or opened.") - [delegate_ repairWithSelector:@selector(update)]; + //else if (error == "The package lists or status file could not be parsed or opened.") + // [delegate_ repairWithSelector:@selector(update)]; // else if (error == "Could not get lock /var/lib/dpkg/lock - open (35 Resource temporarily unavailable)") // else if (error == "Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied)") // else if (error == "Malformed Status line") |