diff options
author | Grant Paul <chpwn@chpwn.com> | 2010-09-23 17:13:34 -0700 |
---|---|---|
committer | Jay Freeman <saurik@Jay-Freemans-MacBook-Pro.local> | 2010-10-04 00:12:21 -0700 |
commit | eb97a3a886e9b0423f1f085c611ecd0440cdd4b6 (patch) | |
tree | b7e8c2afad676f9c6cbcd78a96068a68acc6437a | |
parent | a72a99208908ec0c1571eb6fd83af087ab11a818 (diff) |
Fix Manage buttons/title.
-rw-r--r-- | Cydia.mm | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -6401,11 +6401,15 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { - (void) queueButtonClicked { [delegate_ queue]; } -#endif -- (void) didFinishLoading { - [self queueStatusDidChange]; +- (void) applyLoadingTitle { + // No "Loading" title. +} + +- (void) applyRightButton { + // No right button. } +#endif - (void) queueStatusDidChange { #if !AlwaysReload |