diff options
Diffstat (limited to 'www/nvu')
-rw-r--r-- | www/nvu/Makefile | 3 | ||||
-rw-r--r-- | www/nvu/files/patch-widget_src_gtk2_nsDragService.cpp | 18 |
2 files changed, 20 insertions, 1 deletions
diff --git a/www/nvu/Makefile b/www/nvu/Makefile index 56311018052f..0352bc8f7124 100644 --- a/www/nvu/Makefile +++ b/www/nvu/Makefile @@ -4,10 +4,11 @@ # # $FreeBSD$ # $MCom: ports/www/nvu/Makefile,v 1.5 2006/07/18 15:07:36 ahze Exp $ +# PORTNAME= nvu DISTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://cvs.nvu.com/download/ DISTNAME= ${PORTNAME}-${DISTVERSION}-sources diff --git a/www/nvu/files/patch-widget_src_gtk2_nsDragService.cpp b/www/nvu/files/patch-widget_src_gtk2_nsDragService.cpp new file mode 100644 index 000000000000..df9abaef67cc --- /dev/null +++ b/www/nvu/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 |