diff options
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; - |