aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-widget.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2010-01-13 18:53:46 +0800
committerXavier Claessens <xclaesse@gmail.com>2010-01-13 18:53:46 +0800
commite4337e5c450842abd65f7c2fb7d233c2cc1105df (patch)
treeaec4eb09bfb1b10eb8e5b3a574e9d5d7e8c4bc28 /libempathy-gtk/empathy-contact-widget.c
parent522f9fa9e51b1e2e6f011c6b34a829f1c245111f (diff)
downloadgsoc2013-empathy-e4337e5c450842abd65f7c2fb7d233c2cc1105df.tar
gsoc2013-empathy-e4337e5c450842abd65f7c2fb7d233c2cc1105df.tar.gz
gsoc2013-empathy-e4337e5c450842abd65f7c2fb7d233c2cc1105df.tar.bz2
gsoc2013-empathy-e4337e5c450842abd65f7c2fb7d233c2cc1105df.tar.lz
gsoc2013-empathy-e4337e5c450842abd65f7c2fb7d233c2cc1105df.tar.xz
gsoc2013-empathy-e4337e5c450842abd65f7c2fb7d233c2cc1105df.tar.zst
gsoc2013-empathy-e4337e5c450842abd65f7c2fb7d233c2cc1105df.zip
Remove the "Contact" alignment from contat widget
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.c')
-rw-r--r--libempathy-gtk/empathy-contact-widget.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c
index 00ecf46ca..773aa6130 100644
--- a/libempathy-gtk/empathy-contact-widget.c
+++ b/libempathy-gtk/empathy-contact-widget.c
@@ -85,7 +85,7 @@ typedef struct
GtkWidget *vbox_contact_widget;
/* Contact */
- GtkWidget *vbox_contact;
+ GtkWidget *hbox_contact;
GtkWidget *widget_avatar;
GtkWidget *widget_account;
GtkWidget *image_account;
@@ -1339,7 +1339,7 @@ empathy_contact_widget_new (EmpathyContact *contact,
"libempathy-gtk");
gui = empathy_builder_get_file (filename,
"vbox_contact_widget", &information->vbox_contact_widget,
- "vbox_contact", &information->vbox_contact,
+ "hbox_contact", &information->hbox_contact,
"hbox_presence", &information->hbox_presence,
"label_alias", &information->label_alias,
"image_state", &information->image_state,
@@ -1384,7 +1384,6 @@ empathy_contact_widget_new (EmpathyContact *contact,
if (contact != NULL)
contact_widget_set_contact (information, contact);
-
else if (information->flags & EMPATHY_CONTACT_WIDGET_EDIT_ACCOUNT ||
information->flags & EMPATHY_CONTACT_WIDGET_EDIT_ID)
contact_widget_change_contact (information);