mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 05:27:00 +03:00
[project @ 2003-10-01 16:12:04 by bursa]
Partial fix for pages including themselves. svn path=/import/netsurf/; revision=339
This commit is contained in:
parent
c67ffb2b39
commit
9db8936d5a
@ -455,7 +455,7 @@ void html_object_callback(content_msg msg, struct content *object,
|
||||
case CONTENT_MSG_STATUS:
|
||||
snprintf(c->status_message, 80, "Loading %i objects: %s",
|
||||
c->active, object->status_message);
|
||||
content_broadcast(c, CONTENT_MSG_STATUS, 0);
|
||||
/* content_broadcast(c, CONTENT_MSG_STATUS, 0); */
|
||||
break;
|
||||
|
||||
case CONTENT_MSG_REDIRECT:
|
||||
|
Loading…
Reference in New Issue
Block a user