mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-15 14:04:22 +03:00
Ensure buttons update (stop button activates) when new URL starts to load
svn path=/trunk/netsurf/; revision=12606
This commit is contained in:
parent
9c8845a0ac
commit
31d1313944
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user