summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-03-14 15:33:59 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-03-14 15:33:59 +0000
commit66730eb138859df1e889c34f7f61d163cb1638d5 (patch)
tree1f95e4ec7d265f3efe25250b09934f755f6ccbef
parent4a950fcbf7e7752c2b38a52ed197a1d873095fb5 (diff)
downloadnetsurf-66730eb138859df1e889c34f7f61d163cb1638d5.tar.gz
netsurf-66730eb138859df1e889c34f7f61d163cb1638d5.tar.bz2
Only draw search favicon on normal browser windows
svn path=/trunk/netsurf/; revision=10127
-rwxr-xr-xamiga/gui.c3
1 files changed, 2 insertions, 1 deletions
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);