From ca3295f20571ce25ecd52fe93b5351224f85c881 Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Tue, 19 Jul 2011 15:28:14 -0400 Subject: Cancel the expected URL after offering a download (BUG#982) After showing the download dialog, the original link remained unresponsive. --- src/nav.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nav.c') diff --git a/src/nav.c b/src/nav.c index f7aa26c9..31f9e92d 100644 --- a/src/nav.c +++ b/src/nav.c @@ -252,6 +252,7 @@ void a_Nav_cancel_expect(BrowserWindow *bw) a_Url_free(bw->nav_expect_url); bw->nav_expect_url = NULL; bw->nav_expecting = FALSE; + a_UIcmd_set_buttons_sens(bw); } if (bw->meta_refresh_status > 0) --bw->meta_refresh_status; -- cgit v1.2.3