Bug 204698 - notifications from kwrited are rendered without respecting linefeeds
Summary: notifications from kwrited are rendered without respecting linefeeds
Status: RESOLVED FIXED
Alias: None
Product: plasma4
Classification: Plasma
Component: notifications (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Rob Scheepmaker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-21 21:08 UTC by Martin Steigerwald
Modified: 2009-09-01 11:33 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
screenshot of kwrited messages rendered without linefeeds (264.95 KB, image/png)
2009-08-21 21:28 UTC, Martin Steigerwald
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Steigerwald 2009-08-21 21:08:14 UTC
Version:            (using KDE 4.3.0)
OS:                Linux
Installed from:    Debian testing/unstable Packages

messages from kwrited such as when my TuxOnIce kernel goes into hibernation or resumes are rendered without respecting linefeeds.

how to reproduce:

shambhala:~> wall /etc/fstab

or

shambhala:~> echo -e "Line 1\nLine 2\nLine 3\n" | wall
Comment 1 Martin Steigerwald 2009-08-21 21:28:28 UTC
Created attachment 36340 [details]
screenshot of kwrited messages rendered without linefeeds
Comment 2 Aaron J. Seigo 2009-09-01 11:31:14 UTC
SVN commit 1018115 by aseigo:

the text is set as html, so translate new lines into <br>s
BUG:204698


 M  +3 -1      notificationwidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1018115
Comment 3 Aaron J. Seigo 2009-09-01 11:33:02 UTC
SVN commit 1018117 by aseigo:

the text is set as html, so translate new lines into <br>s
CCBUG:204698


 M  +3 -1      notificationwidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1018117