diff options
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 { |