ContactsPane: Removed presence widget
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=708894
This commit is contained in:
parent
8602f57e2b
commit
3b23d10b58
1 changed files with 0 additions and 5 deletions
|
@ -105,11 +105,6 @@ public class Contacts.ContactSheet : Grid {
|
||||||
});
|
});
|
||||||
attach (name_label, 1, 0, 1, 3);
|
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 i = 3;
|
||||||
int last_store_position = 0;
|
int last_store_position = 0;
|
||||||
bool is_first_persona = true;
|
bool is_first_persona = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue