summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2016-12-29 11:46:24 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2016-12-29 11:46:24 -0800
commit8bd55062b41bb5598bba59417a90b57e720d3e9b (patch)
tree612528364a4d6f86ab2ed6b886259daeec52f527 /MobileCydia.mm
parent0209cce51675512f80e740ce45d568ed6d0029c0 (diff)
Seriously: not a single person actually helped :/.v1.1.28%b1
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r--MobileCydia.mm5
1 files changed, 1 insertions, 4 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 813a382..d25e070 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -4637,10 +4637,7 @@ static _H<NSMutableSet> Diversions_;
}
- (NSArray *) getDisplayIdentifiers {
- NSSet *set([SBSCopyApplicationDisplayIdentifiers() autorelease]);
- if (set == nil || ![set isKindOfClass:[NSSet class]])
- return [NSArray array];
- return [set allObjects];
+ return SBSCopyApplicationDisplayIdentifiers(false, false);
}
- (NSString *) getLocalizedNameForDisplayIdentifier:(NSString *)identifier {