]> git.0d.be Git - empathy.git/commitdiff
Make location labels selectable
authorPierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>
Thu, 20 Aug 2009 20:02:40 +0000 (16:02 -0400)
committerPierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>
Thu, 12 Nov 2009 15:05:50 +0000 (10:05 -0500)
libempathy-gtk/empathy-contact-widget.c

index 247bc14215742d7b17f767ac8288e8aceb87b9a9..5852b8f634878988073ba2e61c26213a32c5db38 100644 (file)
@@ -1437,6 +1437,9 @@ contact_widget_location_update (EmpathyContactWidget *information)
               label, 1, 2, row, row + 1);
           gtk_misc_set_alignment (GTK_MISC (label), 0, 0);
           gtk_widget_show (label);
+
+          if (!(information->flags & EMPATHY_CONTACT_WIDGET_FOR_TOOLTIP))
+            gtk_label_set_selectable (GTK_LABEL (label), TRUE);
         }
 
       g_free (svalue);