diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-25 02:59:25 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-25 02:59:25 -0700 |
commit | fdf823183c7d400ecce548a74ca5f33e59b1bc6a (patch) | |
tree | 7c16f03bdfe48ec1ff0d4fe6d52c7bcadea73605 | |
parent | c73d524b3a41e1e27d5d02d96bc89d1414d4c768 (diff) |
Let's just pretend we didn't do that.
-rw-r--r-- | MobileCydia.mm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 96f2651..c4108aa 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -9666,7 +9666,6 @@ static void HomeControllerReachabilityCallback(SCNetworkReachabilityRef reachabi ++locked_; [self detachNewProgressSelector:@selector(perform_) toTarget:self forController:navigation title:@"RUNNING"]; --locked_; - [self refreshIfPossible]; } - (void) showSettings { |