]> git.saurik.com Git - cydia.git/commitdiff
Consider a WebView loaded when it commits.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 14 Mar 2011 10:00:17 +0000 (03:00 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 14 Mar 2011 12:09:11 +0000 (05:09 -0700)
CyteKit/WebViewController.mm

index 9003af38747c3892a747ae86ebbef85a0367becb..40cd6d1fc8eb39cb97b30a3358e0b84428963918 100644 (file)
@@ -478,6 +478,7 @@ float CYScrollViewDecelerationRateNormal;
 #endif
 
     if ([frame parentFrame] == nil) {
+        loaded_ = true;
     }
 }