Ensure buttons update (stop button activates) when new URL starts to load

svn path=/trunk/netsurf/; revision=12606
This commit is contained in:
Chris Young 2011-07-16 13:53:22 +00:00
parent 9c8845a0ac
commit 31d1313944

View File

@ -3673,6 +3673,8 @@ void gui_window_set_url(struct gui_window *g, const char *url)
RefreshSetGadgetAttrs((struct Gadget *)g->shared->objects[GID_URL],
g->shared->win, NULL, STRINGA_TextVal, url, TAG_DONE);
}
ami_update_buttons(g->shared);
}
/**