ContactsPane: Removed presence widget

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=708894
This commit is contained in:
Erick Pérez Castellanos 2013-09-30 10:38:33 -04:00
parent 8602f57e2b
commit 3b23d10b58

View file

@ -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;