summaryrefslogtreecommitdiff
path: root/Cydia.mm
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2010-09-23 16:32:04 -0700
committerJay Freeman <saurik@Jay-Freemans-MacBook-Pro.local>2010-10-04 00:12:20 -0700
commit2e6c1426b817fe8236e916ef74646b9e358173fd (patch)
tree681e1b52e164e1c577008e03eacc81dc250bf12f /Cydia.mm
parentbc1b51a30f9e62a3b5e4ebb397b36a74f32ad887 (diff)
actually add files
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 {