summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cydia.mm10
1 files changed, 7 insertions, 3 deletions
diff --git a/Cydia.mm b/Cydia.mm
index f42afe3..03d69bc 100644
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -6401,11 +6401,15 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
- (void) queueButtonClicked {
[delegate_ queue];
}
-#endif
-- (void) didFinishLoading {
- [self queueStatusDidChange];
+- (void) applyLoadingTitle {
+ // No "Loading" title.
+}
+
+- (void) applyRightButton {
+ // No right button.
}
+#endif
- (void) queueStatusDidChange {
#if !AlwaysReload