aboutsummaryrefslogtreecommitdiff
path: root/x11/kdelibs4/files/patch-khtml_html-html_formimpl.cpp
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2006-03-23 22:24:03 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2006-03-23 22:24:03 +0000
commit96fe98e1c6bc0301781b0dd7dbfeef3e3f137f43 (patch)
tree7650cfe102643b74d6ad1d3efe1771281b5e66f0 /x11/kdelibs4/files/patch-khtml_html-html_formimpl.cpp
parent503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff)
Diffstat (limited to 'x11/kdelibs4/files/patch-khtml_html-html_formimpl.cpp')
-rw-r--r--x11/kdelibs4/files/patch-khtml_html-html_formimpl.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/kdelibs4/files/patch-khtml_html-html_formimpl.cpp b/x11/kdelibs4/files/patch-khtml_html-html_formimpl.cpp
deleted file mode 100644
index 2d6b721339f2..000000000000
--- a/x11/kdelibs4/files/patch-khtml_html-html_formimpl.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- khtml/html/html_formimpl.cpp.orig Sun Jan 29 01:15:24 2006
-+++ khtml/html/html_formimpl.cpp Sun Jan 29 01:43:42 2006
-@@ -2303,7 +2303,7 @@
- NodeImpl* const parent = current->parentNode();
- current = current->nextSibling();
- if (!current) {
-- if (parent != this)
-+ if (static_cast<HTMLSelectElementImpl*>(parent) != this)
- current = parent->nextSibling();
- }
- }