13
0

fix default response behaviour of Gtkmm2ext::Prompter (from colinf)

git-svn-id: svn://localhost/ardour2/branches/3.0@11112 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-12-30 01:41:21 +00:00
parent b177514930
commit 21d4eb56d4

View File

@ -86,6 +86,7 @@ Prompter::on_show ()
if (first_show) {
entry.signal_changed().connect (mem_fun (*this, &Prompter::on_entry_changed));
entry.signal_activate().connect (mem_fun (*this, &Prompter::entry_activated));
can_accept_from_entry = !entry.get_text().empty();
first_show = false;
}