Misindented statement

This commit is contained in:
Alexander Cherniuk 2010-03-17 16:59:25 +02:00
parent cd21d4a68f
commit 7be53c6136

View file

@ -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):