diff options
author | Edd Barrett <vext01@gmail.com> | 2010-12-22 20:25:11 +0000 |
---|---|---|
committer | Edd Barrett <vext01@gmail.com> | 2010-12-22 20:25:11 +0000 |
commit | e27b59f7e9b354dbbcf5771d2910c95d7caa4cee (patch) | |
tree | e9cd83e0f1a11dd4ba4b60d5ba747c531506263f | |
parent | 81c685721689d376ef98233098eb9c89c58c4e21 (diff) | |
download | xombrero-e27b59f7e9b354dbbcf5771d2910c95d7caa4cee.tar.gz |
make url entry of favorites page blank, like other xtp pages
-rw-r--r-- | xxxterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xxxterm.c b/xxxterm.c index 8b7f4a2..cae7077 100644 --- a/xxxterm.c +++ b/xxxterm.c @@ -1037,7 +1037,7 @@ favorites(struct tab *t, struct karg *args) if (!failed) { html = g_strdup_printf("%s%s</table></div></html>", header, body); - webkit_web_view_load_string(t->wv, html, NULL, NULL, NULL); + webkit_web_view_load_string(t->wv, html, NULL, NULL, ""); } if (header) |