about summary refs log tree commit diff stats
path: root/xombrero.c
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@devio.us>2012-05-24 16:14:50 -0400
committerJosh Rickmar <jrick@devio.us>2012-05-24 16:14:50 -0400
commit298a3c73c4fd97d97a4e832f19507d60d6528daf (patch)
tree62d34d1f4c890676fda093acde9eb8f963aac871 /xombrero.c
parent3510d5c58552f57545bcb9cc273b97fa98acc1b4 (diff)
downloadxombrero-298a3c73c4fd97d97a4e832f19507d60d6528daf.tar.gz
Be sure to clear any show_oops messages before navigating to a new
URL.  This wasn't working before with the back/forward buttons.
Diffstat (limited to 'xombrero.c')
-rw-r--r--xombrero.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xombrero.c b/xombrero.c
index 99e956f..d02ce21 100644
--- a/xombrero.c
+++ b/xombrero.c
@@ -2153,6 +2153,7 @@ navaction(struct tab *t, struct karg *args)
 	DNPRINTF(XT_D_NAV, "navaction: tab %d opcode %d\n",
 	    t->tab_id, args->i);
 
+	hide_oops(t);
 	t->xtp_meaning = XT_XTP_TAB_MEANING_NORMAL;
 	if (t->item) {
 		if (args->i == XT_NAV_BACK)