diff options
author | Grant Paul <chpwn@chpwn.com> | 2010-09-23 16:32:04 -0700 |
---|---|---|
committer | Jay Freeman <saurik@Jay-Freemans-MacBook-Pro.local> | 2010-10-04 00:12:20 -0700 |
commit | 2e6c1426b817fe8236e916ef74646b9e358173fd (patch) | |
tree | 681e1b52e164e1c577008e03eacc81dc250bf12f /Cydia.mm | |
parent | bc1b51a30f9e62a3b5e4ebb397b36a74f32ad887 (diff) |
actually add files
Diffstat (limited to 'Cydia.mm')
-rw-r--r-- | Cydia.mm | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 { |