make homepage selectable

This commit is contained in:
Yann Leboulanger 2006-11-10 19:18:40 +00:00
parent 28dee0867f
commit 3fd64392c4
1 changed files with 1 additions and 0 deletions

View File

@ -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)