From 6e90508f5c52a8d50958b453a444c46455980b3b Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 21 Feb 2011 03:39:35 -0800 Subject: [PATCH] Pop pending fetch errors. --- MobileCydia.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/MobileCydia.mm b/MobileCydia.mm index 67309b25..bc0a7e03 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -3677,6 +3677,7 @@ static NSString *Warning_; if (fetcher_->Run(PulseInterval_) != pkgAcquire::Continue) { _trace(); + [self popErrorWithTitle:title]; return; } -- 2.45.2