missing set_text
This commit is contained in:
parent
e3ee09bc14
commit
82b06b9d60
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue