From 65a03a7ab61aa35d949dc4cdc53a37785649e7c1 Mon Sep 17 00:00:00 2001 From: "Dustin L. Howett" Date: Thu, 11 Nov 2010 20:43:43 -0500 Subject: chpwn got the "blink only for essential packages" logic backwards, and claims to have failed at life. I have fixed one of these things. --- MobileCydia.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MobileCydia.mm b/MobileCydia.mm index 10c610a..6adcd52 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -8136,7 +8136,7 @@ static _finline void _setHomePage(Cydia *self) { if (changes != 0) { NSString *badge([[NSNumber numberWithInt:changes] stringValue]); [changesItem setBadgeValue:badge]; - [changesItem setAnimatedBadge:[essential_ count] == 0]; + [changesItem setAnimatedBadge:([essential_ count] > 0)]; if ([self respondsToSelector:@selector(setApplicationBadge:)]) [self setApplicationBadge:badge]; -- cgit v1.2.3