summaryrefslogtreecommitdiffstats
path: root/www/firefox15
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2007-01-18 22:37:11 +0000
committermezz <mezz@FreeBSD.org>2007-01-18 22:37:11 +0000
commit62f59f2d063f45a4582c89b7395d52f6a1f29c84 (patch)
treef8d50a41b3f30d5b9df4216f07cc516f2c7f2037 /www/firefox15
parent97a057c1bf0dc61e4afeda42ecbcd8e098f552e4 (diff)
downloadFreeBSD-ports-62f59f2d063f45a4582c89b7395d52f6a1f29c84.zip
FreeBSD-ports-62f59f2d063f45a4582c89b7395d52f6a1f29c84.tar.gz
Fix the gtk2 dnd implementation broken, see more details in the bugzilla. This
patch[1] was created by Matthias Clasen <mclasen@redhat.com>. 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
Diffstat (limited to 'www/firefox15')
-rw-r--r--www/firefox15/Makefile3
-rw-r--r--www/firefox15/files/patch-widget_src_gtk2_nsDragService.cpp18
2 files changed, 20 insertions, 1 deletions
diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile
index 8abeddc..77c792c 100644
--- a/www/firefox15/Makefile
+++ b/www/firefox15/Makefile
@@ -4,10 +4,11 @@
#
# $FreeBSD$
# $MCom: ports-stable/www/firefox15/Makefile,v 1.21 2006/10/24 17:48:39 ahze Exp $
+#
PORTNAME= firefox
DISTVERSION= 1.5.0.9
-PORTEPOCH= 2
+PORTEPOCH= 3
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source
diff --git a/www/firefox15/files/patch-widget_src_gtk2_nsDragService.cpp b/www/firefox15/files/patch-widget_src_gtk2_nsDragService.cpp
new file mode 100644
index 0000000..df9abae
--- /dev/null
+++ b/www/firefox15/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
OpenPOWER on IntegriCloud