about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-08-03 17:54:29 +0000
committerMarco Peereboom <marco@conformal.com>2011-08-03 17:54:29 +0000
commitacc345f4a63759d016872a19be4468838860fb86 (patch)
tree6a16e9cc601cb5a4ee09900d12e05b87ba72ff22
parent2e78760ca340391216ba182cd471d39a486a4512 (diff)
downloadxombrero-acc345f4a63759d016872a19be4468838860fb86.tar.gz
Use proper load uri function so that hinting does show the uri in the
address bar.  Found by Michal.
-rw-r--r--xxxterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xxxterm.c b/xxxterm.c
index 0709ec8..88b1c11 100644
--- a/xxxterm.c
+++ b/xxxterm.c
@@ -2195,7 +2195,7 @@ run_script(struct tab *t, char *s)
 		if (!strncmp(es, XT_JS_OPEN, XT_JS_OPEN_LEN)) {
 			disable_hints(t);
 			marks_clear(t);
-			webkit_web_view_load_uri(t->wv, &es[XT_JS_OPEN_LEN]);
+			load_uri(t, &es[XT_JS_OPEN_LEN]);
 		}
 
 		if (!strncmp(es, XT_JS_FIRE, XT_JS_FIRE_LEN)) {