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
Network
Telepathy Contact Runner
Commits
d259b4c1
Commit
d259b4c1
authored
Sep 18, 2013
by
David Edmundson
Browse files
Show blue pawn icon if no avatar is available
This makes everything consistent REVIEW: 112788
BUG: 317495
FIXED-IN: 0.7.0
parent
2c7d5789
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/contactrunner.cpp
View file @
d259b4c1
...
...
@@ -390,7 +390,7 @@ void ContactRunner::matchContacts(Plasma::RunnerContext &context)
if
(
!
iconFile
.
isEmpty
()
&&
QFile
::
exists
(
iconFile
))
{
match
.
setIcon
(
QIcon
(
iconFile
));
}
else
{
match
.
setIcon
(
presence
.
icon
(
));
match
.
setIcon
(
QIcon
::
fromTheme
(
QLatin1String
(
"im-user"
)
));
}
if
(
!
presence
.
statusMessage
().
isEmpty
())
{
...
...
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