[gnome-contacts/gnome-3-10] ContactsPane: Removed presence widget
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts/gnome-3-10] ContactsPane: Removed presence widget
- Date: Mon, 30 Sep 2013 14:46:25 +0000 (UTC)
commit 3b23d10b58fec69855c4413e6ef1111360d8f73c
Author: Erick Pérez Castellanos <erick red gmail com>
Date: Mon Sep 30 10:38:33 2013 -0400
ContactsPane: Removed presence widget
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=708894
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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]