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:
parent
2d3ea6c278
commit
21da4f5bdf
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue