[empathy] Set selectable status information
- From: Xavier Claessens <xclaesse src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] Set selectable status information
- Date: Thu, 6 Aug 2009 11:10:05 +0000 (UTC)
commit 0d01019a5c90edb5dd7b97037e49bdd508d2f9f9
Author: alinrus <netblock gmail com>
Date: Thu Aug 6 13:09:41 2009 +0200
Set selectable status information
libempathy-gtk/empathy-contact-widget.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c
index 5b2e2de..e513845 100644
--- a/libempathy-gtk/empathy-contact-widget.c
+++ b/libempathy-gtk/empathy-contact-widget.c
@@ -600,6 +600,10 @@ contact_widget_contact_setup (EmpathyContactWidget *information)
PANGO_WRAP_WORD_CHAR);
gtk_label_set_line_wrap (GTK_LABEL (information->label_status),
TRUE);
+
+ if (!(information->flags & EMPATHY_CONTACT_WIDGET_FOR_TOOLTIP))
+ gtk_label_set_selectable (GTK_LABEL (information->label_status), TRUE);
+
gtk_box_pack_start (GTK_BOX (information->hbox_presence),
information->label_status, TRUE, TRUE, 0);
gtk_widget_show (information->label_status);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]