From 25e9b79f5c944837192186c733feb4a3a311a051 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 29 Oct 2010 17:40:36 +0000 Subject: Allow getting the tree's drag property. This ensures we can see whether the current drag is something we might need to display an icon for. svn path=/trunk/netsurf/; revision=10917 --- amiga/download.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/download.c') diff --git a/amiga/download.c b/amiga/download.c index 15a0286d5..370fbbc42 100644 --- a/amiga/download.c +++ b/amiga/download.c @@ -512,7 +512,7 @@ void ami_drag_icon_show(struct Window *win, char *type) ami_update_pointer(win, GUI_POINTER_DEFAULT); } - if(type == "drawer") deftype = WBDRAWER; + if(!strcmp(type, "drawer")) deftype = WBDRAWER; dobj = GetIconTags(NULL, ICONGETA_GetDefaultName, type, ICONGETA_GetDefaultType, deftype, -- cgit v1.2.3