]> git.saurik.com Git - cydia.git/commitdiff
Queue status affects /all/ views, not just the active one.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 18 Nov 2010 19:20:25 +0000 (11:20 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 18 Nov 2010 19:20:25 +0000 (11:20 -0800)
MobileCydia.mm

index 9bc723cd37c5a00d1f1de8f690cbf5417ca5d73e..629a39f6025f7e3a25070976121e2d91ba679ef8 100644 (file)
@@ -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];
     }
 }