summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.c')
-rwxr-xr-xamiga/gui.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index c310cd04f..171b6bfd1 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -3681,8 +3681,7 @@ void gui_window_set_search_ico(hlcache_handle *ico)
nnode=(struct nsObject *)GetSucc((struct Node *)node);
gwin = node->objstruct;
- if((node->Type == AMINS_WINDOW) &&
- (gwin->bw->browser_window_type == BROWSER_WINDOW_NORMAL))
+ if(node->Type == AMINS_WINDOW)
{
GetAttr(SPACE_AreaBox, gwin->objects[GID_SEARCH_ICON], (ULONG *)&bbox);