diff options
author | Jerzy Kozera <120114+jkozera@users.noreply.github.com> | 2023-07-04 22:00:22 +0200 |
---|---|---|
committer | Jerzy Kozera <120114+jkozera@users.noreply.github.com> | 2023-07-04 22:00:22 +0200 |
commit | bdad178c5d6c5d4cdd9cc80fadb7f75e2bc6aa80 (patch) | |
tree | 791a1d446fc4cc55f9925e65df59f2cb6f37fb30 /src/components/channels.hpp | |
parent | 3f6be457b121b0388874f8263ec0ab0be9a0c46e (diff) | |
download | abaddon-portaudio-bdad178c5d6c5d4cdd9cc80fadb7f75e2bc6aa80.tar.gz abaddon-portaudio-bdad178c5d6c5d4cdd9cc80fadb7f75e2bc6aa80.zip |
Redraw unread indicator after message status for category changes
Diffstat (limited to 'src/components/channels.hpp')
-rw-r--r-- | src/components/channels.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/channels.hpp b/src/components/channels.hpp index d561737..9d449e4 100644 --- a/src/components/channels.hpp +++ b/src/components/channels.hpp @@ -116,9 +116,10 @@ protected: void UpdateCreateDMChannel(const ChannelData &channel); void SetDMChannelIcon(Gtk::TreeIter iter, const ChannelData &dm); + void RedrawUnreadIndicatorsForChannel(const ChannelData& channel); void OnMessageAck(const MessageAckData &data); - void OnMessageCreate(const Message &msg); + Gtk::TreeModel::Path m_path_for_menu; // cant be recovered through selection |