From e87bc1bfdacd145f106bc2598997b91f4b177092 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 22 Feb 2020 16:25:49 +0000 Subject: GTK: Remove hack for url bar refresh on throbber stop Signed-off-by: Daniel Silverstone --- frontends/gtk/toolbar.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'frontends/gtk') diff --git a/frontends/gtk/toolbar.c b/frontends/gtk/toolbar.c index 16e5f1f6d..f2b1d05c8 100644 --- a/frontends/gtk/toolbar.c +++ b/frontends/gtk/toolbar.c @@ -3592,9 +3592,6 @@ nserror nsgtk_toolbar_throbber(struct nsgtk_toolbar *tb, bool active) browser_window_history_forward_available(bw)); nsgtk_local_history_hide(); - /* update the url bar, for the final time */ - browser_window_refresh_url_bar(bw); - return res; } -- cgit v1.2.3