forked from blue/squawk
debugging vanished messages
This commit is contained in:
parent
f313c72a97
commit
eba33bea8a
8 changed files with 53 additions and 17 deletions
|
@ -223,7 +223,7 @@ QIcon Models::Contact::getStatusIcon(bool big) const
|
|||
} else if (state == Shared::both) {
|
||||
return Shared::availabilityIcon(availability, big);;
|
||||
} else {
|
||||
return QIcon::fromTheme(Shared::subscriptionStateThemeIcons[state]);
|
||||
return Shared::subscriptionStateIcon(state);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue