Call the toolbar sensitivity update function when changing sensitivity of toolbar buttons when throbber stops

svn path=/trunk/netsurf/; revision=10179
This commit is contained in:
Rob Kendrick 2010-03-28 11:41:51 +00:00
parent 2d3ea6c278
commit 21da4f5bdf
1 changed files with 2 additions and 0 deletions

View File

@ -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))