]> git.saurik.com Git - cydia.git/commitdiff
Let's just output these errors: why not?
authorJay Freeman (saurik) <saurik@saurik.com>
Fri, 25 Mar 2011 16:23:12 +0000 (09:23 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Fri, 25 Mar 2011 16:23:12 +0000 (09:23 -0700)
MobileCydia.mm

index 5e5cf65186160b51be263e49eb000ab05a56a14d..d85278eeb55d62fb96f5697483a395b335b3b93a 100644 (file)
@@ -3777,11 +3777,8 @@ class CydiaLogCleaner :
 
     _system->UnLock();
     pkgPackageManager::OrderResult result = manager_->DoInstall(statusfd_);
-
-    if (_error->PendingError()) {
-        _trace();
+    if ([self popErrorWithTitle:title])
         return;
-    }
 
     if (result == pkgPackageManager::Failed) {
         _trace();