EBN Fixes
George Goldberg
grundleborg at googlemail.com
Fri Jul 13 19:55:27 BST 2007
i realised that just after sending it, so sent a patch without the
stupid ones in. sorry about that. the second patch should be OK though
On 7/13/07, Maksim Orlovich <mo85 at cornell.edu> wrote:
> > Just a couple of really basic EBN fixes to khtml which I did whilst
> > waiting for something to compile :). Assuming they're OK, could
> > someone please commit them since I don't have an svn account.
>
> - return "[object " + className() + "]";
> + return "[object " + className() + ']';
>
> How does this even compile? UString only has an operator+ working on
> UStrings, and the single-char ctor for it is explicit.
>
> Ditto for:
> if (id == HTMLDocument::WriteLn)
> - str += "\n";
> + str += '\n';
>
> .. and a bunch of other locations.
>
>
>
More information about the kde-core-devel
mailing list