Revision 795245
Go back to digest for 13th April 2008Bug Fixes in KDE-PIM
Jarosław Staniek committed changes in /trunk/KDE/kdepim/korganizer/koeventviewer.cpp:
there's comment like "QTextBrowser for some reason insists on putting // in links, this is a crude workaround".
Unfortunately there is no condition for mailto: links, apparently passed by QTextBrowser in the following form:
"mailto:/foo@bar.com"
Thus in the email client, the resulting address is broken: /foo@bar.com (should be foo@bar.com)
The fix:
- add "mailto:" to the list of protocols to fix
- change the regexp to "^([^:]+:)/+", to also support the single '/' after ':'
File Changes
Modified 1 files
- /trunk/KDE/kdepim/korganizer/koeventviewer.cpp
1 files changed in total