aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_view.vala
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/ui/conversation_view.vala')
-rw-r--r--main/src/ui/conversation_view.vala10
1 files changed, 5 insertions, 5 deletions
diff --git a/main/src/ui/conversation_view.vala b/main/src/ui/conversation_view.vala
index 53f1c4c8..af7e32c1 100644
--- a/main/src/ui/conversation_view.vala
+++ b/main/src/ui/conversation_view.vala
@@ -9,11 +9,11 @@ namespace Dino.Ui {
[GtkTemplate (ui = "/im/dino/Dino/conversation_view.ui")]
public class ConversationView : Gtk.Overlay {
- [GtkChild] public Revealer goto_end_revealer;
- [GtkChild] public Button goto_end_button;
- [GtkChild] public ChatInput.View chat_input;
- [GtkChild] public ConversationSummary.ConversationView conversation_frame;
- [GtkChild] public Revealer white_revealer;
+ [GtkChild] public unowned Revealer goto_end_revealer;
+ [GtkChild] public unowned Button goto_end_button;
+ [GtkChild] public unowned ChatInput.View chat_input;
+ [GtkChild] public unowned ConversationSummary.ConversationView conversation_frame;
+ [GtkChild] public unowned Revealer white_revealer;
construct {
white_revealer.notify["child-revealed"].connect_after(on_child_revealed_changed);