make homepage label in vcard selectable. see #2579

This commit is contained in:
Nikos Kouremenos 2006-10-16 13:53:35 +00:00
parent c456312e86
commit ae108fb633
1 changed files with 1 additions and 0 deletions

View File

@ -409,6 +409,7 @@ class ZeroconfVcardWindow:
widget = gtk.LinkButton(value, value)
else:
widget = gtk.Label(value)
widget.set_selectable(True)
table = self.xml.get_widget('personal_info_table')
table.attach(widget, 1, 4, 3, 4, yoptions = 0)
else: