aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-widget.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-06-07 04:20:50 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-06-07 04:20:50 +0800
commita3a321f7e30e09c0adce157d3894642bad32e42c (patch)
treedfd9d8951bdec45d00025c9f5d09f9a68a7f5204 /libempathy-gtk/empathy-contact-widget.c
parent51f7f13d735f8db9ead25711641f2974c18b2737 (diff)
downloadgsoc2013-empathy-a3a321f7e30e09c0adce157d3894642bad32e42c.tar
gsoc2013-empathy-a3a321f7e30e09c0adce157d3894642bad32e42c.tar.gz
gsoc2013-empathy-a3a321f7e30e09c0adce157d3894642bad32e42c.tar.bz2
gsoc2013-empathy-a3a321f7e30e09c0adce157d3894642bad32e42c.tar.lz
gsoc2013-empathy-a3a321f7e30e09c0adce157d3894642bad32e42c.tar.xz
gsoc2013-empathy-a3a321f7e30e09c0adce157d3894642bad32e42c.tar.zst
gsoc2013-empathy-a3a321f7e30e09c0adce157d3894642bad32e42c.zip
Implement editing and viewing contact information with right click on the
2007-06-06 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-contact-dialogs.glade: * libempathy-gtk/empathy-contact-widget.glade: * libempathy-gtk/empathy-status-icon.c: * libempathy-gtk/empathy-contact-dialogs.c: * libempathy-gtk/empathy-contact-dialogs.h: * libempathy-gtk/gossip-ui-utils.c: * libempathy-gtk/empathy-subscription-dialog.glade: * libempathy-gtk/empathy-contact-widget.c: * libempathy-gtk/gossip-ui-utils.h: * libempathy-gtk/gossip-contact-list-view.c: * libempathy-gtk/empathy-subscription-dialog.c: * libempathy-gtk/Makefile.am: * libempathy-gtk/empathy-subscription-dialog.h: Implement editing and viewing contact information with right click on the roster. svn path=/trunk/; revision=128
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.c')
-rw-r--r--libempathy-gtk/empathy-contact-widget.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c
index cd50056ce..b8ed7efb0 100644
--- a/libempathy-gtk/empathy-contact-widget.c
+++ b/libempathy-gtk/empathy-contact-widget.c
@@ -275,7 +275,11 @@ contact_widget_contact_setup (EmpathyContactWidget *information)
information);
} else {
information->widget_alias = gtk_label_new (NULL);
+ gtk_label_set_selectable (GTK_LABEL (information->widget_alias), TRUE);
}
+ gtk_table_attach_defaults (GTK_TABLE (information->table_contact),
+ information->widget_alias,
+ 1, 2, 1, 2);
gtk_widget_show (information->widget_alias);
/* Setup id label */