From dcd4c89f34f51e3a65f01584f79d6569ccc3b1b1 Mon Sep 17 00:00:00 2001 From: Nick Mainsbridge Date: Sat, 22 Apr 2006 15:28:59 +0000 Subject: Prompter now prevents blank strings or unaltered names & now has a horizontal orientation. Rename marker now uses the ArdourPrompter. git-svn-id: svn://localhost/trunk/ardour2@463 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_selection_list.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/editor_selection_list.cc') diff --git a/gtk2_ardour/editor_selection_list.cc b/gtk2_ardour/editor_selection_list.cc index 9ede3f906a..be4c52d621 100644 --- a/gtk2_ardour/editor_selection_list.cc +++ b/gtk2_ardour/editor_selection_list.cc @@ -109,6 +109,7 @@ Editor::name_selection () p.set_prompt (_("Name for Chunk:")); p.add_button (Gtk::Stock::NEW, Gtk::RESPONSE_ACCEPT); + p.set_response_sensitive (Gtk::RESPONSE_ACCEPT, false); p.change_labels (_("Create Chunk"), _("Forget it")); p.show_all (); -- cgit v1.2.3