From faa1047dd911a3de51604e2abc47ea61fab2345a Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Thu, 18 Jan 2007 22:37:11 +0000 Subject: Fix the gtk2 dnd implementation broken, see more details in the bugzilla. This patch[1] was created by Matthias Clasen . This bug was started to reproduce with least 2.10.7 version of gtk2. PR: ports/107689 Reported by: a few users Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=355248 https://bugzilla.mozilla.org/show_bug.cgi?id=367203 [1] http://bugzilla.gnome.org/show_bug.cgi?id=394525 --- www/mozilla/Makefile | 3 ++- .../files/patch-widget_src_gtk2_nsDragService.cpp | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 www/mozilla/files/patch-widget_src_gtk2_nsDragService.cpp (limited to 'www/mozilla') diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index f60906ca05f9..0980ea18121e 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -4,10 +4,11 @@ # # $FreeBSD$ # $MCom: ports-stable/www/mozilla/Makefile,v 1.15 2006/10/18 17:29:07 ahze Exp $ +# PORTNAME= mozilla PORTVERSION= 1.7.13 -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH= 2 CATEGORIES?= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ diff --git a/www/mozilla/files/patch-widget_src_gtk2_nsDragService.cpp b/www/mozilla/files/patch-widget_src_gtk2_nsDragService.cpp new file mode 100644 index 000000000000..df9abaef67cc --- /dev/null +++ b/www/mozilla/files/patch-widget_src_gtk2_nsDragService.cpp @@ -0,0 +1,18 @@ +--- widget/src/gtk2/nsDragService.cpp.nograb 2007-01-16 21:26:49.000000000 -0500 ++++ widget/src/gtk2/nsDragService.cpp 2007-01-16 21:27:04.000000000 -0500 +@@ -799,7 +799,6 @@ + void + nsDragService::GetTargetDragData(GdkAtom aFlavor) + { +- gtk_grab_add(mHiddenWidget); + PR_LOG(sDragLm, PR_LOG_DEBUG, ("getting data flavor %d\n", aFlavor)); + PR_LOG(sDragLm, PR_LOG_DEBUG, ("mLastWidget is %p and mLastContext is %p\n", + mTargetWidget, mTargetDragContext)); +@@ -817,7 +816,6 @@ + gtk_main_iteration(); + } + PR_LOG(sDragLm, PR_LOG_DEBUG, ("finished inner iteration\n")); +- gtk_grab_remove(mHiddenWidget); + } + + void -- cgit v1.2.3