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
|
@ -219,7 +219,7 @@ void Models::Contact::setState(Shared::SubscriptionState p_state)
|
|||
QIcon Models::Contact::getStatusIcon(bool big) const
|
||||
{
|
||||
if (getMessagesCount() > 0) {
|
||||
return QIcon::fromTheme("mail-message");
|
||||
return Shared::icon("mail-message");
|
||||
} else if (state == Shared::both) {
|
||||
return Shared::availabilityIcon(availability, big);;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue