From d1dabbb0e28edc5614940c08d594957faa956daf Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 8 Jan 2013 20:21:16 +0000 Subject: remove gui_copy_to_clipbaord call - this needs fixing --- amiga/clipboard.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/amiga/clipboard.c b/amiga/clipboard.c index 87071f626..018ea2604 100755 --- a/amiga/clipboard.c +++ b/amiga/clipboard.c @@ -320,13 +320,14 @@ void ami_drag_selection(struct selection *s) if(ami_text_box_at_point(gwin, (ULONG *)&x, (ULONG *)&y)) { iffh = ami_clipboard_init_internal(1); - +#if 0 +/* TODO: fix this */ if(gui_copy_to_clipboard(s)) { browser_window_mouse_click(gwin->bw, BROWSER_MOUSE_PRESS_1, x, y); browser_window_key_press(gwin->bw, KEY_PASTE); } - +#endif ami_clipboard_free_internal(iffh); iffh = old_iffh; } -- cgit v1.2.3