summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-10-30 15:48:16 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2020-10-30 15:48:16 -0400
commit08c8937812e7e5e33fb1c0ff747b66c642d293d8 (patch)
tree897f9574571078ceead6609a28f7d99770876417 /components
parenta5c9476eb497a742ce82d186d3471b1b685c632b (diff)
downloadabaddon-portaudio-08c8937812e7e5e33fb1c0ff747b66c642d293d8.tar.gz
abaddon-portaudio-08c8937812e7e5e33fb1c0ff747b66c642d293d8.zip
fix oopsie
Diffstat (limited to 'components')
-rw-r--r--components/channels.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/channels.cpp b/components/channels.cpp
index 65dd49c..18c207d 100644
--- a/components/channels.cpp
+++ b/components/channels.cpp
@@ -584,8 +584,8 @@ void ChannelList::AttachGuildMenuHandler(Gtk::ListBoxRow *row) {
auto grow = dynamic_cast<ChannelListRowGuild *>(row);
if (grow != nullptr) {
m_list->select_row(*row);
- m_guild_menu_up->set_sensitive(grow->GuildIndex != 0);
- m_guild_menu_down->set_sensitive(grow->GuildIndex != m_guild_count - 1);
+ //m_guild_menu_up->set_sensitive(grow->GuildIndex != 0);
+ //m_guild_menu_down->set_sensitive(grow->GuildIndex != m_guild_count - 1);
m_guild_menu.popup_at_pointer(reinterpret_cast<const GdkEvent *>(e));
}
return true;