Bug 204765

Summary: Some characters are shown as HTML entities in notification area
Product: [Applications] kmail Reporter: Patrick <mail>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Screenshot showing the problem

Description Patrick 2009-08-22 14:22:23 UTC
Version:            (using KDE 4.3.0)
OS:                Linux
Installed from:    Gentoo Packages

A mail with the following Subject line shows up correctly everywhere, except in the notification area:

Re: More tests of SIO -> problem

The 'greater than' sign is shown as '&gt' in the notification area.
Comment 1 Patrick 2009-08-22 14:23:43 UTC
Created attachment 36351 [details]
Screenshot showing the problem
Comment 2 Patrick 2009-08-22 14:25:28 UTC
... somehow forgot to set the severity to 'trivial'
Comment 3 Martin Koller 2009-08-23 17:28:57 UTC
SVN commit 1014681 by mkoller:

BUG: 204765

make sure to interpret status text as HTML instead showing tags as plain text


 M  +3 -1      progressdialog.cpp  
 M  +4 -0      progressdialog.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1014681
Comment 4 Martin Koller 2009-08-23 17:30:01 UTC
SVN commit 1014683 by mkoller:

Backport r1014681 by mkoller from trunk to the 4.3 branch:

CCBUG: 204765

make sure to interpret status text as HTML instead showing tags as plain text



 M  +3 -1      progressdialog.cpp  
 M  +4 -0      progressdialog.h  


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