summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-11-17 23:05:57 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-11-17 23:05:57 +0000
commit5e3d9c78c2b0952655e681fc7af799f77a4cee64 (patch)
tree5c685321ee2d6423c5d031c7d1ccf9d5c2e96701 /x11-libs/gtk+
parentFix patch with absolute paths. (diff)
downloadgentoo-2-5e3d9c78c2b0952655e681fc7af799f77a4cee64.tar.gz
gentoo-2-5e3d9c78c2b0952655e681fc7af799f77a4cee64.tar.bz2
gentoo-2-5e3d9c78c2b0952655e681fc7af799f77a4cee64.zip
Fix patch with absolute paths.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r--x11-libs/gtk+/ChangeLog6
-rw-r--r--x11-libs/gtk+/files/gtk+-2.10.7-mozilla-dnd-fix.patch4
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog
index 443285ab9613..d91ead0e662b 100644
--- a/x11-libs/gtk+/ChangeLog
+++ b/x11-libs/gtk+/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/gtk+
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.404 2008/11/13 18:59:21 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.405 2008/11/17 23:05:56 flameeyes Exp $
+
+ 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org>
+ files/gtk+-2.10.7-mozilla-dnd-fix.patch:
+ Fix patch with absolute paths.
13 Nov 2008; Brent Baude <ranger@gentoo.org> gtk+-2.12.11.ebuild:
Marking gtk+-2.12.11 ppc64 stable for bug 236971
diff --git a/x11-libs/gtk+/files/gtk+-2.10.7-mozilla-dnd-fix.patch b/x11-libs/gtk+/files/gtk+-2.10.7-mozilla-dnd-fix.patch
index 9188972c9513..b179d9083b40 100644
--- a/x11-libs/gtk+/files/gtk+-2.10.7-mozilla-dnd-fix.patch
+++ b/x11-libs/gtk+/files/gtk+-2.10.7-mozilla-dnd-fix.patch
@@ -4,8 +4,8 @@ it as what it fixed is a corner case while mozilla case is a big problem.
The real problem is inside mozilla code, see http://bugzilla.gnome.org/show_bug.cgi?id=394525
but we can't fix this for binary thunderbird/firefox/seamonkey packages
---- /branches/gtk-2-10/gtk/gtkdnd.c 2006/11/05 08:55:47 16711
-+++ branches/gtk-2-10/gtk/gtkdnd.c 2006/11/06 17:16:37 16712
+--- a/gtk/gtkdnd.c 2006/11/05 08:55:47 16711
++++ b/gtk/gtkdnd.c 2006/11/06 17:16:37 16712
@@ -285,6 +285,9 @@
static gboolean gtk_drag_grab_broken_event_cb (GtkWidget *widget,
GdkEventGrabBroken *event,