summaryrefslogtreecommitdiff
path: root/components/channels.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'components/channels.hpp')
-rw-r--r--components/channels.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/channels.hpp b/components/channels.hpp
index 24c7170..fce3546 100644
--- a/components/channels.hpp
+++ b/components/channels.hpp
@@ -197,6 +197,9 @@ protected:
void OnMessageCreate(const Message &msg);
Gtk::TreeModel::Path m_path_for_menu;
+ // cant be recovered through selection
+ Gtk::TreeModel::iterator m_temporary_thread_row;
+
Gtk::Menu m_menu_guild;
Gtk::MenuItem m_menu_guild_copy_id;
Gtk::MenuItem m_menu_guild_settings;