75
75
result = edit_dialog.get_preset()
77
(name, hours, minutes, seconds, command) = result
77
(name, hours, minutes, seconds, command, next_timer, auto_start) = result
78
78
self._presets_store.modify_preset(row_iter, name, hours, minutes,
79
79
seconds, command, next_timer,