diff options
author | Robert Xu <robxu9@gmail.com> | 2012-03-31 14:28:06 -0400 |
---|---|---|
committer | Robert Xu <robxu9@gmail.com> | 2012-03-31 14:28:06 -0400 |
commit | 59dd46ef985a719579132efa6a9aa49bfeeae112 (patch) | |
tree | 93d8c721ff263e67aaf59e364496862872ded8fb /opensuse/core/tdelibs/google-mail.diff | |
parent | c141f0bc29b6e2eeda5ca08a043d26546a1427f9 (diff) | |
download | tde-packaging-59dd46ef985a719579132efa6a9aa49bfeeae112.tar.gz tde-packaging-59dd46ef985a719579132efa6a9aa49bfeeae112.zip |
better late than never, hm...
Diffstat (limited to 'opensuse/core/tdelibs/google-mail.diff')
-rw-r--r-- | opensuse/core/tdelibs/google-mail.diff | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/opensuse/core/tdelibs/google-mail.diff b/opensuse/core/tdelibs/google-mail.diff deleted file mode 100644 index 59b132529..000000000 --- a/opensuse/core/tdelibs/google-mail.diff +++ /dev/null @@ -1,18 +0,0 @@ -Index: khtml/html/html_elementimpl.cpp -=================================================================== ---- khtml/html/html_elementimpl.cpp.orig -+++ khtml/html/html_elementimpl.cpp -@@ -565,6 +565,13 @@ DocumentFragment HTMLElementImpl::create - - void HTMLElementImpl::setInnerHTML( const DOMString &html, int &exceptioncode ) - { -+ // Works line innerText in Gecko -+ // ### test if needed for ID_SCRIPT as well. -+ if ( id() == ID_STYLE ) { -+ setInnerText(html, exceptioncode); -+ return; -+ } -+ - DocumentFragment fragment = createContextualFragment( html ); - if ( fragment.isNull() ) { - exceptioncode = DOMException::NO_MODIFICATION_ALLOWED_ERR; |