diff options
author | Marco Peereboom <marco@conformal.com> | 2010-12-27 01:07:47 +0000 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2010-12-27 01:07:47 +0000 |
commit | 9d7441d977e33b91a9ae2485ed998fdf7080ab85 (patch) | |
tree | 90b8908ca3b930a4ec6e6294730eb7ba9b8ecbe7 | |
parent | 22fc279e4c7d2721aa090c6acf766a1d4b788e63 (diff) | |
download | xombrero-9d7441d977e33b91a9ae2485ed998fdf7080ab85.tar.gz |
found the edd cookie redraw bug. sloppy sloppy sloppy and not tested. bad edd.
-rw-r--r-- | xxxterm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xxxterm.c b/xxxterm.c index 4254680..9efb5bd 100644 --- a/xxxterm.c +++ b/xxxterm.c @@ -1851,7 +1851,6 @@ xtp_page_cl(struct tab *t, struct karg *args) GSList *cf; SoupCookie *c; - /* XXX edd, this does not redraw in all tabs */ DNPRINTF(XT_D_CMD, "%s", __func__); if (t == NULL) @@ -1937,7 +1936,7 @@ xtp_page_cl(struct tab *t, struct karg *args) g_free(footer); webkit_web_view_load_string(t->wv, page, "text/html", "UTF-8", ""); - update_history_tabs(t); + update_cookie_tabs(t); g_free(page); |