Browse Source

Merge pull request #3227

PKEv (1):
      fix(widget):show unread messages notification
pull/3220/head
sudden6 9 years ago
parent
commit
1b4f3d9506
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  1. 1
      src/widget/widget.cpp

1
src/widget/widget.cpp

@ -1204,6 +1204,7 @@ bool Widget::newFriendMessageAlert(int friendId, bool sound)
{ {
f->setEventFlag(true); f->setEventFlag(true);
f->getFriendWidget()->updateStatusLight(); f->getFriendWidget()->updateStatusLight();
ui->friendList->trackWidget(f->getFriendWidget());
if (contentDialog == nullptr) if (contentDialog == nullptr)
{ {

Loading…
Cancel
Save