Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Unmaintained
KDE Pim
Commits
d598e27a
Commit
d598e27a
authored
Mar 19, 2013
by
Laurent Montel
😁
Browse files
Fix Bug 307818 - Fishing protection: KMail displays title in link not href
FIXED-IN: 4.10.2 BUG: 307818 always shows url and not title
parent
8f18f0d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
messageviewer/viewer_p.cpp
View file @
d598e27a
...
...
@@ -2048,11 +2048,7 @@ void ViewerPrivate::slotUrlOn(const QString& link, const QString& title, const Q
QString
msg
=
URLHandlerManager
::
instance
()
->
statusBarMessage
(
url
,
this
);
if
(
msg
.
isEmpty
()
)
{
if
(
!
title
.
isEmpty
()
)
{
msg
=
title
;
}
else
{
msg
=
link
;
}
}
KPIM
::
BroadcastStatus
::
instance
()
->
setTransientStatusMsg
(
msg
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment