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/manage_accounts/account_row.vala | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'client/src/ui/manage_accounts/account_row.vala') diff --git a/client/src/ui/manage_accounts/account_row.vala b/client/src/ui/manage_accounts/account_row.vala index 6ca4daf6..5e4570f0 100644 --- a/client/src/ui/manage_accounts/account_row.vala +++ b/client/src/ui/manage_accounts/account_row.vala @@ -7,11 +7,8 @@ namespace Dino.Ui.ManageAccounts { [GtkTemplate (ui = "/org/dino-im/manage_accounts/account_row.ui")] public class AccountRow : Gtk.ListBoxRow { - [GtkChild] - public Image image; - - [GtkChild] - public Label jid_label; + [GtkChild] public Image image; + [GtkChild] public Label jid_label; public Account account; @@ -21,4 +18,5 @@ public class AccountRow : Gtk.ListBoxRow { jid_label.set_label(account.bare_jid.to_string()); } } + } \ No newline at end of file -- cgit v1.2.3-70-g09d2