]> git.0d.be Git - empathy.git/commitdiff
Set selectable status information
authoralinrus <netblock@gmail.com>
Thu, 6 Aug 2009 11:09:41 +0000 (13:09 +0200)
committerXavier Claessens <xclaesse@gmail.com>
Thu, 6 Aug 2009 11:09:41 +0000 (13:09 +0200)
libempathy-gtk/empathy-contact-widget.c

index 5b2e2de9183eb5c7bc4118f7c0b67d9bd313705b..e513845487ebf5d15476b64e7c75ffc4d172e94c 100644 (file)
@@ -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);