diff options
-rw-r--r-- | components/channels.cpp | 4 |
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; |