Bug 204765 - Some characters are shown as HTML entities in notification area
Summary: Some characters are shown as HTML entities in notification area
Status: RESOLVED FIXED
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-22 14:22 UTC by Patrick
Modified: 2009-08-23 17:30 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Screenshot showing the problem (7.92 KB, image/png)
2009-08-22 14:23 UTC, Patrick
Details

Note You need to log in before you can comment on or make changes to this bug.
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