missing set_text

This commit is contained in:
Yann Leboulanger 2005-11-20 12:23:17 +00:00
parent e3ee09bc14
commit 82b06b9d60
1 changed files with 1 additions and 0 deletions

View File

@ -1831,6 +1831,7 @@ class DataFormWindow:
widget.connect('changed', self.on_entry_changed, i)
if not self.config[i].has_key('values'):
self.config[i]['values'] = ['']
widget.set_text(self.config[i]['values'][0])
max = 3
i += 1
if max < 4: