aboutsummaryrefslogtreecommitdiff
path: root/client/src/ui/manage_accounts/account_row.vala
diff options
context:
space:
mode:
authorfiaxh <git@mx.ax.lt>2017-03-10 18:07:28 +0100
committerfiaxh <git@mx.ax.lt>2017-03-10 18:07:28 +0100
commit4c48c5c16d5f5b010c2e5dfb1affcb59f937510c (patch)
treed4a75a005fcfa823b1716d8bfbe3d862f3680905 /client/src/ui/manage_accounts/account_row.vala
parentcf51e1dee22273366700c41a185c4bea343dddfe (diff)
downloaddino-4c48c5c16d5f5b010c2e5dfb1affcb59f937510c.tar.gz
dino-4c48c5c16d5f5b010c2e5dfb1affcb59f937510c.zip
Reformat [GtkChild]
Diffstat (limited to 'client/src/ui/manage_accounts/account_row.vala')
-rw-r--r--client/src/ui/manage_accounts/account_row.vala8
1 files changed, 3 insertions, 5 deletions
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