From kde-commits Mon Nov 13 13:35:33 2006 From: Dirk Mueller Date: Mon, 13 Nov 2006 13:35:33 +0000 To: kde-commits Subject: Re: branches/KDE/3.5/kdelibs/kio/kio Message-Id: <200611131435.34009.mueller () kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=116342761321797 On Sunday 12 November 2006 02:41, Alexander Neundorf wrote: > fix #15876: if a file name contains a newline, the newline was displayed in > the status bar, which m This looks a bit like a wrong fix to me. it should use prettyURL() which should have fixed this issue already.. > + text.replace('\n', " "); // replace any newlines with a space, so the > statusbar doesn't get a two-line string which messes the display up, Alex > return text; and who replaces '<' or other characters that mess up qlabel rendering? Dirk