]> git.saurik.com Git - cydia.git/commitdiff
Modify/Install didn't work in Search.
authorJay Freeman (saurik) <saurik@saurk.com>
Fri, 25 Apr 2008 13:45:23 +0000 (13:45 +0000)
committerJay Freeman (saurik) <saurik@saurk.com>
Fri, 25 Apr 2008 13:45:23 +0000 (13:45 +0000)
Cydia.mm

index c2cbb24e5e6ee838a2dbf3df8612861314fba5e6..367c9b8204cfa947afa14893d881766bbe53ebcd 100644 (file)
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -3881,6 +3881,11 @@ void AddTextView(NSMutableDictionary *fields, NSMutableArray *packages, NSString
     return @"Search";
 }
 
+- (void) setDelegate:(id)delegate {
+    [table_ setDelegate:delegate];
+    [super setDelegate:delegate];
+}
+
 @end
 /* }}} */