]> git.saurik.com Git - cydia.git/commitdiff
Browser URLs are managed by the controller, not the view.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 28 Feb 2011 16:50:15 +0000 (08:50 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 7 Mar 2011 10:41:27 +0000 (02:41 -0800)
MobileCydia.mm

index a5f5776e4ed2385a8e2bb6ddbf28f4daeabb6f66..2b6c6327e7ed7000ff53477a45549fcd5f8cbdd5 100644 (file)
@@ -4684,7 +4684,7 @@ static NSMutableSet *Diversions_;
 }
 
 - (NSURL *) navigationURL {
-    return [NSURL URLWithString:[NSString stringWithFormat:@"cydia://url/%@", [[[webview_ request] URL] absoluteString]]];
+    return [NSURL URLWithString:[NSString stringWithFormat:@"cydia://url/%@", [[request_ URL] absoluteString]]];
 }
 
 + (void) initialize {