diff options
author | Erick Pérez Castellanos <erick.red@gmail.com> | 2013-09-30 10:38:33 -0400 |
---|---|---|
committer | Erick Pérez Castellanos <erick.red@gmail.com> | 2013-09-30 15:12:30 -0400 |
commit | 69ca87b01420e3cebda76d767e7b84953687ff2d (patch) | |
tree | a3505196d2837dd3a292f2cb787e67c837a91207 /src/contacts-contact-sheet.vala | |
parent | d1d26b5997c994315bb3bc5f6429c3d88f2c0e61 (diff) | |
download | gnome-contacts-69ca87b01420e3cebda76d767e7b84953687ff2d.tar.gz |
ContactsPane: Removed presence widget
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=708894
Diffstat (limited to 'src/contacts-contact-sheet.vala')
-rw-r--r-- | src/contacts-contact-sheet.vala | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/contacts-contact-sheet.vala b/src/contacts-contact-sheet.vala index 4678a2b..9e407d3 100644 --- a/src/contacts-contact-sheet.vala +++ b/src/contacts-contact-sheet.vala @@ -105,11 +105,6 @@ public class Contacts.ContactSheet : Grid { }); attach (name_label, 1, 0, 1, 3); - var merged_presence = c.create_merged_presence_widget (); - merged_presence.set_halign (Align.START); - merged_presence.set_valign (Align.START); - attach (merged_presence, 1, 1, 1, 1); - int i = 3; int last_store_position = 0; bool is_first_persona = true; |