diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-03-23 22:24:03 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-03-23 22:24:03 +0000 |
commit | 96fe98e1c6bc0301781b0dd7dbfeef3e3f137f43 (patch) | |
tree | 7650cfe102643b74d6ad1d3efe1771281b5e66f0 /x11/kdelibs4/files/patch-khtml_html-html_formimpl.cpp | |
parent | 503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff) |
Diffstat (limited to 'x11/kdelibs4/files/patch-khtml_html-html_formimpl.cpp')
-rw-r--r-- | x11/kdelibs4/files/patch-khtml_html-html_formimpl.cpp | 11 |
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(); - } - } |