13
0

Fix merge error.

This commit is contained in:
Ben Loftis 2017-08-17 13:49:41 -05:00
parent ed8b8ffc71
commit a02d8d254a

View File

@ -698,13 +698,6 @@ SessionDialog::setup_new_session_page ()
template_chooser.get_selection()->signal_changed().connect (sigc::mem_fun (*this, &SessionDialog::template_row_selected));
template_chooser.set_sensitive (true);
/* --- */
setup_more_options_box ();
more_new_session_options_button.add (more_options_vbox);
/* --- */
session_new_vbox.pack_start (*template_hbox, true, true);
session_new_vbox.pack_start (*folder_box, false, true);
session_new_vbox.pack_start (*name_hbox, false, true);