Misindented statement
This commit is contained in:
parent
cd21d4a68f
commit
7be53c6136
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ class SingleForm(gtk.Table, object):
|
|||
check.set_active(value in field.values)
|
||||
check.connect('toggled',
|
||||
self.on_list_multi_checkbutton_toggled, field, value)
|
||||
widget.pack_start(check, expand=False)
|
||||
widget.pack_start(check, expand=False)
|
||||
else:
|
||||
# more than 5 options: show combobox
|
||||
def on_list_multi_treeview_changed(selection, f):
|
||||
|
|
Loading…
Add table
Reference in a new issue