diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-08-25 22:10:39 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-08-25 22:10:39 -0400 |
commit | 82a21bd08558ba3e067f490525431be30f978b25 (patch) | |
tree | 5695ccc11939e0de3a0fa012e73d8071dd97ce3b /components/channels.hpp | |
parent | 6b72931ba729bf6ede33cfa6877a5ad21e913c45 (diff) | |
download | abaddon-portaudio-82a21bd08558ba3e067f490525431be30f978b25.tar.gz abaddon-portaudio-82a21bd08558ba3e067f490525431be30f978b25.zip |
fix guild order, add copy id guild, add broken zlib, start member list
Diffstat (limited to 'components/channels.hpp')
-rw-r--r-- | components/channels.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/channels.hpp b/components/channels.hpp index 1576783..fce1ce9 100644 --- a/components/channels.hpp +++ b/components/channels.hpp @@ -43,8 +43,10 @@ protected: Gtk::Menu m_guild_menu; Gtk::MenuItem *m_guild_menu_up; Gtk::MenuItem *m_guild_menu_down; + Gtk::MenuItem *m_guild_menu_copyid; void on_menu_move_up(); void on_menu_move_down(); + void on_menu_copyid(); Glib::Dispatcher m_update_dispatcher; mutable std::mutex m_update_mutex; |