From 5eb703af733f49f743eabbea6783bc74de95ebc5 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Mon, 3 Jul 2006 01:03:07 +0000 Subject: Allow thumbnail icons to be turned off. svn path=/trunk/netsurf/; revision=2699 --- riscos/gui.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'riscos/gui.c') diff --git a/riscos/gui.c b/riscos/gui.c index 925659265..9ffa05c0b 100644 --- a/riscos/gui.c +++ b/riscos/gui.c @@ -1988,6 +1988,10 @@ void ro_msg_window_info(wimp_message *message) wimp_full_message_window_info *wi; struct gui_window *g; + /* allow the user to turn off thumbnail icons */ + if (!option_thumbnail_iconise) + return; + wi = (wimp_full_message_window_info*)message; g = ro_gui_window_lookup(wi->w); -- cgit v1.2.3