diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-10-11 00:32:14 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-10-11 00:32:14 -0400 |
commit | 059146b060e9cdd57f6ddbb9d6e6a17a2d6529f9 (patch) | |
tree | f4607207ab979156965476f5b1f9e03ad09286ab /components/chatmessage.hpp | |
parent | ea6650884c91740ccb25c7e9e3e15700ffdf2c82 (diff) | |
download | abaddon-portaudio-059146b060e9cdd57f6ddbb9d6e6a17a2d6529f9.tar.gz abaddon-portaudio-059146b060e9cdd57f6ddbb9d6e6a17a2d6529f9.zip |
add category/channel menu and update some other menu stuff
Diffstat (limited to 'components/chatmessage.hpp')
-rw-r--r-- | components/chatmessage.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/chatmessage.hpp b/components/chatmessage.hpp index bf8edf2..5fe60f3 100644 --- a/components/chatmessage.hpp +++ b/components/chatmessage.hpp @@ -40,7 +40,7 @@ protected: std::unordered_map<std::string, std::pair<Gtk::Image *, AttachmentData>> m_img_loadmap; - void AttachMenuHandler(Gtk::Widget *widget); + void AttachGuildMenuHandler(Gtk::Widget *widget); void ShowMenu(GdkEvent *event); Gtk::Menu m_menu; |