From 8aab18c1ec37fd427e2dcaa2ee37be8467d15d16 Mon Sep 17 00:00:00 2001 From: fiaxh Date: Sat, 1 Jun 2019 16:00:21 +0200 Subject: Add hover effect on conversation content --- main/src/ui/conversation_selector/conversation_selector.vala | 2 -- 1 file changed, 2 deletions(-) (limited to 'main/src/ui/conversation_selector') diff --git a/main/src/ui/conversation_selector/conversation_selector.vala b/main/src/ui/conversation_selector/conversation_selector.vala index dd264206..290e297f 100644 --- a/main/src/ui/conversation_selector/conversation_selector.vala +++ b/main/src/ui/conversation_selector/conversation_selector.vala @@ -33,8 +33,6 @@ public class ConversationSelector : ListBox { } construct { - this.stream_interactor = stream_interactor; - get_style_context().add_class("sidebar"); set_filter_func(filter); set_header_func(header); -- cgit v1.2.3-54-g00ecf