From 2e6c1426b817fe8236e916ef74646b9e358173fd Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Thu, 23 Sep 2010 16:32:04 -0700 Subject: actually add files --- Cydia.mm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Cydia.mm') 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 { -- cgit v1.2.3