From 4c48c5c16d5f5b010c2e5dfb1affcb59f937510c Mon Sep 17 00:00:00 2001 From: fiaxh Date: Fri, 10 Mar 2017 18:07:28 +0100 Subject: Reformat [GtkChild] --- client/src/ui/chat_input.vala | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'client/src/ui/chat_input.vala') diff --git a/client/src/ui/chat_input.vala b/client/src/ui/chat_input.vala index d2f9c562..cc4fd24a 100644 --- a/client/src/ui/chat_input.vala +++ b/client/src/ui/chat_input.vala @@ -6,11 +6,11 @@ using Dino.Entities; using Xmpp; namespace Dino.Ui { + [GtkTemplate (ui = "/org/dino-im/chat_input.ui")] public class ChatInput : Grid { - [GtkChild] - private TextView text_input; + [GtkChild] private TextView text_input; private Conversation? conversation; private StreamInteractor stream_interactor; @@ -120,4 +120,5 @@ public class ChatInput : Grid { return false; } } + } \ No newline at end of file -- cgit v1.2.3-70-g09d2