Bug 204698

Summary: notifications from kwrited are rendered without respecting linefeeds
Product: [Plasma] plasma4 Reporter: Martin Steigerwald <Martin>
Component: notificationsAssignee: Rob Scheepmaker <rob>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: screenshot of kwrited messages rendered without linefeeds

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