diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-11-18 11:20:25 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-11-18 11:20:25 -0800 |
commit | a4217bbbcbe97356e8011985fdea06e2500d8c88 (patch) | |
tree | b62cacc62b1cc1c912b6fbbefc20df0ffa4ee422 /MobileCydia.mm | |
parent | d8f7d8cbcfee9ecb1b41fbf5eaa89f9216a87875 (diff) |
Queue status affects /all/ views, not just the active one.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 9bc723c..629a39f 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -8479,8 +8479,7 @@ static _finline void _setHomePage(Cydia *self) { [[[self queueBadgeController] tabBarItem] setBadgeValue:UCLocalize("Q_D")]; } - // Show the changes in the current view. - [(CYNavigationController *) [tabbar_ selectedViewController] reloadData]; + [self _updateData]; [queueDelegate_ queueStatusDidChange]; } } |