]> git.saurik.com Git - cydia.git/blobdiff - MobileCydia.mm
Seriously: not a single person actually helped :/.
[cydia.git] / MobileCydia.mm
index 813a382cd75640ec29698ea7bff20cff37f68c43..d25e0702f59e7b48cfcfe9cdd2f643e69e6c9590 100644 (file)
@@ -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 {