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 --- image/jpeg.c | 1 - 1 file changed, 1 deletion(-) (limited to 'image/jpeg.c') diff --git a/image/jpeg.c b/image/jpeg.c index 87d251bac..e18d2b0a3 100644 --- a/image/jpeg.c +++ b/image/jpeg.c @@ -104,7 +104,6 @@ bool nsjpeg_convert(struct content *c, int w, int h) msg_data.error = messages_get("NoMemory"); content_broadcast(c, CONTENT_MSG_ERROR, msg_data); - warn_user("NoMemory", 0); return false; } -- cgit v1.2.3