diff options
-rw-r--r-- | MobileCydia.mm | 5 | ||||
m--------- | apt | 0 |
2 files changed, 3 insertions, 2 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index ce79ef7..32c0244 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -3869,7 +3869,7 @@ class CydiaLogCleaner : opened = cache_.Open(progress, false); _end if (!opened) { - // XXX: what if there are errors, but Open() == true? this should be merged with popError: + // XXX: this block should probably be merged with popError: in some way while (!_error->empty()) { std::string error; bool warning(!_error->PopMessage(error)); @@ -3897,7 +3897,8 @@ class CydiaLogCleaner : } return; - } + } else if ([self popErrorWithTitle:title forOperation:true]) + return; _trace(); unlink("/tmp/cydia.chk"); diff --git a/apt b/apt -Subproject 9fe917c7ea24a626c97fcd9cda39743440a4cbf +Subproject d52f68c8d7e385613076d9ef56af179532139ac |