diff options
author | fiaxh <git@lightrise.org> | 2019-06-01 16:00:21 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2019-06-01 19:03:01 +0200 |
commit | 8aab18c1ec37fd427e2dcaa2ee37be8467d15d16 (patch) | |
tree | d2d03eeae51ee14f45b061977371675574cca4c7 /main/src/ui/conversation_selector | |
parent | dd6c860aed79c5adf0db08142bbbf7b8ec3fbe67 (diff) | |
download | dino-8aab18c1ec37fd427e2dcaa2ee37be8467d15d16.tar.gz dino-8aab18c1ec37fd427e2dcaa2ee37be8467d15d16.zip |
Add hover effect on conversation content
Diffstat (limited to 'main/src/ui/conversation_selector')
-rw-r--r-- | main/src/ui/conversation_selector/conversation_selector.vala | 2 |
1 files changed, 0 insertions, 2 deletions
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); |