[telepathy] [Bug 339095] When reconnecting tab highlights as though there's a new pending message

David Edmundson kde at davidedmundson.co.uk
Tue Sep 16 01:16:22 BST 2014


https://bugs.kde.org/show_bug.cgi?id=339095

--- Comment #1 from David Edmundson <kde at davidedmundson.co.uk> ---
Cause is: 

int ChatWidget::unreadMessageCount() const
{
    return d->channel->messageQueue().size() + (d->hasNewOTRstatus ? 1 : 0);
}

the last part.

Remove that and everything's fine.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kde-telepathy-bugs mailing list