From 66730eb138859df1e889c34f7f61d163cb1638d5 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 14 Mar 2010 15:33:59 +0000 Subject: Only draw search favicon on normal browser windows svn path=/trunk/netsurf/; revision=10127 --- amiga/gui.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'amiga') diff --git a/amiga/gui.c b/amiga/gui.c index 1e55d5357..d00423ce7 100755 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -3774,7 +3774,8 @@ void gui_window_set_search_ico(struct content *ico) nnode=(struct nsObject *)GetSucc((struct Node *)node); gwin = node->objstruct; - if(node->Type == AMINS_WINDOW) + if((node->Type == AMINS_WINDOW) && + (gwin->bw->browser_window_type == BROWSER_WINDOW_NORMAL)) { GetAttr(SPACE_AreaBox, (Object *)gwin->objects[GID_SEARCH_ICON], (ULONG *)&bbox); -- cgit v1.2.3