diff options
Diffstat (limited to 'src/components/chatlist.cpp')
-rw-r--r-- | src/components/chatlist.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/chatlist.cpp b/src/components/chatlist.cpp index d2995ee..93fb46f 100644 --- a/src/components/chatlist.cpp +++ b/src/components/chatlist.cpp @@ -1,12 +1,10 @@ #include "chatlist.hpp" -#include "abaddon.hpp" #include "chatmessage.hpp" #include "constants.hpp" ChatList::ChatList() { m_list.get_style_context()->add_class("messages"); - set_can_focus(false); set_policy(Gtk::POLICY_AUTOMATIC, Gtk::POLICY_ALWAYS); get_vadjustment()->signal_value_changed().connect(sigc::mem_fun(*this, &ChatList::OnVAdjustmentValueChanged)); |