Patch from jdavisp3 to fix #1894

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2593 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2007-11-05 16:59:49 +00:00
parent d584fb768a
commit d3755ba3b3

View file

@ -934,7 +934,6 @@ SoundFileOmega::check_link_status (const Session& s, const vector<ustring>& path
SoundFileChooser::SoundFileChooser (Gtk::Window& parent, string title, ARDOUR::Session* s)
: SoundFileBrowser (parent, title, s, false)
{
set_size_request (780, 300);
chooser.set_select_multiple (false);
found_list_view.get_selection()->set_mode (SELECTION_SINGLE);
}