From ce37fdb128c42cd623cca1e665d32250944c41c5 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 2 Dec 2011 13:24:40 +0000 Subject: Support dragging from global history to hotlist svn path=/trunk/netsurf/; revision=13219 --- amiga/clipboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/clipboard.c') diff --git a/amiga/clipboard.c b/amiga/clipboard.c index 01bcd87f1..30e768a6a 100755 --- a/amiga/clipboard.c +++ b/amiga/clipboard.c @@ -334,7 +334,7 @@ void ami_drag_selection(struct selection *s) char *utf8text; struct ami_text_selection *sel; struct IFFHandle *old_iffh = iffh; - struct gui_window_2 *gwin = ami_window_at_pointer(); + struct gui_window_2 *gwin = ami_window_at_pointer(AMINS_WINDOW); if(!gwin) { -- cgit v1.2.3