]> git.saurik.com Git - cydia.git/commitdiff
Pop pending fetch errors.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 21 Feb 2011 11:39:35 +0000 (03:39 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 21 Feb 2011 11:40:08 +0000 (03:40 -0800)
MobileCydia.mm

index 67309b2566e48667df4ce98e88e790e4d56812ca..bc0a7e035be0fd06a1a8febd266908ef37885675 100644 (file)
@@ -3677,6 +3677,7 @@ static NSString *Warning_;
 
     if (fetcher_->Run(PulseInterval_) != pkgAcquire::Continue) {
         _trace();
+        [self popErrorWithTitle:title];
         return;
     }