diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-04-20 09:08:07 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-04-20 09:08:07 +0000 |
commit | 6c593b2c29c4078d94a263262e820f4d445c1593 (patch) | |
tree | 2af72f3c91502583cc65925370924707eacb72a1 /x11/kdelibs3/files/patch-khtml-khtml_part.cpp | |
parent | Update to 0.9.2 (diff) |
Update to KDE 3.2.2
Notes
Notes:
svn path=/head/; revision=107688
Diffstat (limited to 'x11/kdelibs3/files/patch-khtml-khtml_part.cpp')
-rw-r--r-- | x11/kdelibs3/files/patch-khtml-khtml_part.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/kdelibs3/files/patch-khtml-khtml_part.cpp b/x11/kdelibs3/files/patch-khtml-khtml_part.cpp deleted file mode 100644 index be59d645ab9a..000000000000 --- a/x11/kdelibs3/files/patch-khtml-khtml_part.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- khtml/khtml_part.cpp.orig Mon Mar 1 09:25:09 2004 -+++ khtml/khtml_part.cpp Sat Mar 13 20:48:58 2004 -@@ -5395,7 +5395,7 @@ - pix = KMimeType::pixmapForURL(u, 0, KIcon::Desktop, KIcon::SizeMedium); - } - -- KURLDrag* urlDrag = new KURLDrag( u, 0 ); -+ KURLDrag* urlDrag = new KURLDrag( u, img ? 0 : d->m_view->viewport() ); - if ( !d->m_referrer.isEmpty() ) - urlDrag->metaData()["referrer"] = d->m_referrer; - |