]> git.saurik.com Git - cydia.git/commitdiff
Fix for description searching from humbold.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 7 Feb 2011 20:26:58 +0000 (12:26 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 7 Feb 2011 20:26:58 +0000 (12:26 -0800)
MobileCydia.mm

index 3d43570a2ce5f9feb864f782282eb8af73f3f97e..05d2a02bcc23213323e1aff1a006b7702d657f5d 100644 (file)
@@ -2736,6 +2736,8 @@ struct PackageNameOrdering :
     if (range.location != NSNotFound)
         return YES;
 
+    [self parse];
+
     range = [[self shortDescription] rangeOfString:text options:MatchCompareOptions_];
     if (range.location != NSNotFound)
         return YES;