Skip to content
Snippets Groups Projects
Commit 3fd64392 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

make homepage selectable

parent 28dee086
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment