summaryrefslogtreecommitdiff
path: root/Cydia.mm
diff options
context:
space:
mode:
Diffstat (limited to 'Cydia.mm')
-rw-r--r--Cydia.mm7
1 files changed, 5 insertions, 2 deletions
diff --git a/Cydia.mm b/Cydia.mm
index 36d65ed..02c2ae9 100644
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -5258,11 +5258,14 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
}
- (void) actionButtonClicked {
- // Never reload, that's bad. However, do nothing unless we are loaded.
- // (Because free packages are never loading, their button will always work.)
+ // Wait until it's done loading.
if (![self isLoading])
[self _actionButtonClicked];
}
+
+- (void) reloadButtonClicked {
+ // You don't reload a package view by clicking the button.
+}
#endif
- (id) initWithDatabase:(Database *)database {