mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-11 20:14:14 +03:00
Merge branch 'master' of git://git.netsurf-browser.org/netsurf
This commit is contained in:
commit
e85284d7d1
@ -1173,7 +1173,11 @@ html_object_callback(hlcache_handle *object,
|
||||
case CONTENT_MSG_STATUS:
|
||||
if (event->data.explicit_status_text == NULL) {
|
||||
/* Object content's status text updated */
|
||||
html_set_status(c, content_get_status_message(object));
|
||||
union content_msg_data data;
|
||||
data.explicit_status_text =
|
||||
content_get_status_message(object);
|
||||
html_set_status(c, data.explicit_status_text);
|
||||
content_broadcast(&c->base, CONTENT_MSG_STATUS, data);
|
||||
} else {
|
||||
/* Object content wants to set explicit message */
|
||||
content_broadcast(&c->base, CONTENT_MSG_STATUS,
|
||||
|
Loading…
x
Reference in New Issue
Block a user