summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2010-11-18 11:20:25 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2010-11-18 11:20:25 -0800
commita4217bbbcbe97356e8011985fdea06e2500d8c88 (patch)
treeb62cacc62b1cc1c912b6fbbefc20df0ffa4ee422
parentd8f7d8cbcfee9ecb1b41fbf5eaa89f9216a87875 (diff)
Queue status affects /all/ views, not just the active one.
-rw-r--r--MobileCydia.mm3
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];
}
}