diff options
author | Grant Paul <chpwn@chpwn.com> | 2010-09-23 16:36:19 -0700 |
---|---|---|
committer | Jay Freeman <saurik@Jay-Freemans-MacBook-Pro.local> | 2010-10-04 00:12:20 -0700 |
commit | 2fad210a379c5b3b8c74a9607d36f636a61a4a46 (patch) | |
tree | 15b455db8a5d783d7169a59029b54efdfc1378c7 /Cydia.mm | |
parent | 2e6c1426b817fe8236e916ef74646b9e358173fd (diff) |
more browserview/cydia
Diffstat (limited to 'Cydia.mm')
-rw-r--r-- | Cydia.mm | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -5264,7 +5264,11 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { } - (void) reloadButtonClicked { - // You don't reload a package view by clicking the button. + // Don't reload a package view by clicking the button. +} + +- (void) applyLoadingTitle { + // Don't show "Loading" as the title. Ever. } #endif |