make it activate default

This commit is contained in:
Nikos Kouremenos 2005-05-22 01:45:06 +00:00
parent 11effcaf7e
commit f774e125e9
1 changed files with 1 additions and 0 deletions

View File

@ -1389,6 +1389,7 @@ class Service_registration_window:
label = gtk.Label(name.capitalize() + ':')
table.attach(label, 0, 1, nbrow - 1, nbrow, 0, 0, 0, 0)
entry = gtk.Entry()
entry.set_activates_default(True)
entry.set_text(self.infos[name])
table.attach(entry, 1, 2, nbrow - 1, nbrow, 0, 0, 0, 0)
self.entries[name] = entry