WebKitRenderer.st
changeset 7 765e41c1aa8c
parent 6 14d6a7489a64
child 9 267f2990f003
--- a/WebKitRenderer.st	Tue Jun 07 18:31:33 2011 +0000
+++ b/WebKitRenderer.st	Tue Jun 07 21:32:15 2011 +0000
@@ -92,12 +92,12 @@
         setVariable: #forward_keys to: 1;
         setVariable: #show_status to: 0;
         setVariable: #scrollbars_visible to: 1;
-        setVariable: #url to: view url value;
+        setVariable: #uri to: view url value;
 
         yourself
 
     "Created: / 06-06-2011 / 18:00:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 07-06-2011 / 10:26:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 07-06-2011 / 19:57:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 initializeForView: aWebKitView