summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2010-03-28 11:41:51 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2010-03-28 11:41:51 +0000
commit21da4f5bdf74c6654730c32dfcc1c6b3d24da4b4 (patch)
tree4d6955638c75465025be763a365891da69db06ce
parent2d3ea6c278530e951b4c5bbdd8ffbe27964e5a9c (diff)
downloadnetsurf-21da4f5bdf74c6654730c32dfcc1c6b3d24da4b4.tar.gz
netsurf-21da4f5bdf74c6654730c32dfcc1c6b3d24da4b4.tar.bz2
Call the toolbar sensitivity update function when changing sensitivity of toolbar buttons when throbber stops
svn path=/trunk/netsurf/; revision=10179
-rw-r--r--gtk/gtk_scaffolding.c2
1 files changed, 2 insertions, 0 deletions
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))