summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2014-05-20 01:00:19 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2014-05-20 01:00:50 -0700
commitf14bba6943800576a00433dae4458f472b9aae7e (patch)
tree4c25b16fb2a930541bd3e992f84aa72a1a7e1ea1 /MobileCydia.mm
parent754456f50dfc16895f42e9e6db4c22297e8ada2e (diff)
Delayed URL loads should still be forExternal:YES.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r--MobileCydia.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 7ea98e4..97ff1d4 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -9836,7 +9836,7 @@ _trace();
// (Try to) show the startup URL.
if (starturl_ != nil) {
- [self openCydiaURL:starturl_ forExternal:NO];
+ [self openCydiaURL:starturl_ forExternal:YES];
starturl_ = nil;
}
}