aboutsummaryrefslogtreecommitdiff
path: root/client/src/ui/manage_accounts/account_row.vala
diff options
context:
space:
mode:
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