From 9cf51227979c84a9ed74c339290c3f65f0d58c4f Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 11 Mar 2007 22:08:57 +0000 Subject: Content handlers should not call warn_user - they should broadcast the error using content_broadcast and leave it to the content owner(s) to decide what to do about it. Only use warn_user for top-level contents. svn path=/trunk/netsurf/; revision=3204 --- Docs/01-content | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Docs/01-content') diff --git a/Docs/01-content b/Docs/01-content index 3f265fa3e..c6e77424f 100644 --- a/Docs/01-content +++ b/Docs/01-content @@ -85,8 +85,8 @@ type_close():: called when the window containing the content is closed. Optional. If an error occurs in type_create(), type_process_data(), type_convert(), -CONTENT_MSG_ERROR must be broadcast and false returned. Optionally use -warn_user() for serious errors. The _destroy function will be called soon after. +CONTENT_MSG_ERROR must be broadcast and false returned. The _destroy function +will be called soon after. Memory allocation ----------------- -- cgit v1.2.3