From 21da4f5bdf74c6654730c32dfcc1c6b3d24da4b4 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Sun, 28 Mar 2010 11:41:51 +0000 Subject: Call the toolbar sensitivity update function when changing sensitivity of toolbar buttons when throbber stops svn path=/trunk/netsurf/; revision=10179 --- gtk/gtk_scaffolding.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtk_scaffolding.c b/gtk/gtk_scaffolding.c index a64038cc2..f8ac3daa3 100644 --- a/gtk/gtk_scaffolding.c +++ b/gtk/gtk_scaffolding.c @@ -1859,6 +1859,8 @@ void gui_window_stop_throbber(struct gui_window* _g) if (g->buttons[RELOAD_BUTTON] != NULL) g->buttons[RELOAD_BUTTON]->sensitivity = true; + nsgtk_scaffolding_set_sensitivity(g); + if ((g->throbber == NULL) || (nsgtk_throbber == NULL) || (nsgtk_throbber->framedata == NULL) || (nsgtk_throbber->framedata[0] == NULL)) -- cgit v1.2.3