[gnome-contacts] AccountsList: using gobject style constructor
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] AccountsList: using gobject style constructor
- Date: Thu, 29 May 2014 20:26:30 +0000 (UTC)
commit 5cc4c94f29b83359a9f379f5dc077e6746d65d00
Author: Erick Pérez Castellanos <erick red gmail com>
Date: Sat Apr 26 19:59:08 2014 -0400
AccountsList: using gobject style constructor
Further along the way this widget could be migrated to use templates
src/contacts-accounts-list.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-accounts-list.vala b/src/contacts-accounts-list.vala
index ec0295e..284b520 100644
--- a/src/contacts-accounts-list.vala
+++ b/src/contacts-accounts-list.vala
@@ -28,7 +28,7 @@ public class Contacts.AccountsList : Grid {
public signal void account_selected ();
- public AccountsList () {
+ construct {
set_orientation (Orientation.VERTICAL);
set_row_spacing (12);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]