diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 23:05:57 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 23:05:57 +0000 |
commit | 5e3d9c78c2b0952655e681fc7af799f77a4cee64 (patch) | |
tree | 5c685321ee2d6423c5d031c7d1ccf9d5c2e96701 /x11-libs/gtk+/files | |
parent | Fix patch with absolute paths. (diff) | |
download | gentoo-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+/files')
-rw-r--r-- | x11-libs/gtk+/files/gtk+-2.10.7-mozilla-dnd-fix.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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, |