From 8a1aa6c7698c34c6ecf8f904957305141f564f28 Mon Sep 17 00:00:00 2001 From: "brade%netscape.com" Date: Mon, 15 May 2000 14:23:23 +0000 Subject: [PATCH] move from DragContentLink to BeginDragContentArea for drag gesture --- xpfe/browser/resources/content/navigator.xul | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xpfe/browser/resources/content/navigator.xul b/xpfe/browser/resources/content/navigator.xul index a4a4eb39ef7..91cc564f98a 100644 --- a/xpfe/browser/resources/content/navigator.xul +++ b/xpfe/browser/resources/content/navigator.xul @@ -15,7 +15,7 @@ March 31, 1998. The Initial Developer of the Original Code is Netscape Communications Corporation. Portions created by Netscape are -Copyright (C) 1998-1999 Netscape Communications Corporation. All +Copyright (C) 1998-2000 Netscape Communications Corporation. All Rights Reserved. Contributor(s): ______________________________________. --> @@ -355,7 +355,7 @@ Contributor(s): ______________________________________. --> onclick="if (event.button==2) browserHandleMiddleClick(event);" ondragover="return DragOverContentArea(event);" ondragdrop="return DropOnContentArea(event);" - ondraggesture="DragContentLink(event);"> + ondraggesture="BeginDragContentArea(event);">