forked from blue/squawk
missing fallback icons
This commit is contained in:
parent
9834fc33e8
commit
30c59fbb91
53 changed files with 992 additions and 17 deletions
|
@ -143,7 +143,7 @@ void Models::Presence::dropMessages()
|
|||
QIcon Models::Presence::getStatusIcon(bool big) const
|
||||
{
|
||||
if (getMessagesCount() > 0) {
|
||||
return QIcon::fromTheme("mail-message");
|
||||
return Shared::icon("mail-message");
|
||||
} else {
|
||||
return Shared::availabilityIcon(availability, big);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue