13
0

Patch from jdavisp3 to fix #1894

git-svn-id: svn://localhost/ardour2/trunk@2592 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2007-11-05 16:57:19 +00:00
parent 53d072a6d7
commit 61fad5fd44

View File

@ -936,7 +936,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);
}