[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:
James Bursa 2003-10-01 16:12:04 +00:00
parent c67ffb2b39
commit 9db8936d5a

View File

@ -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: