diff --git a/src/vcard.py b/src/vcard.py index 8c2eba55c..fc8eabbf3 100644 --- a/src/vcard.py +++ b/src/vcard.py @@ -142,6 +142,7 @@ class VcardWindow: widget = gtk.LinkButton(value, value) else: widget = gtk.Label(value) + widget.set_selectable(True) widget.show() table = self.xml.get_widget('personal_info_table') table.attach(widget, 1, 4, 3, 4, yoptions = 0)