summaryrefslogtreecommitdiff
path: root/src/components/channels.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/channels.hpp')
-rw-r--r--src/components/channels.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/channels.hpp b/src/components/channels.hpp
index 7a23b3d..9d449e4 100644
--- a/src/components/channels.hpp
+++ b/src/components/channels.hpp
@@ -114,10 +114,12 @@ protected:
void AddPrivateChannels();
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