mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
Fixes for GCC 4.3.
git-svn-id: svn://localhost/ardour2/branches/3.0@3303 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
38eb5f4539
commit
da45f489dd
40 changed files with 61 additions and 31 deletions
|
|
@ -399,11 +399,11 @@ SoundFileBrowser::SoundFileBrowser (Gtk::Window& parent, string title, ARDOUR::S
|
|||
found_list (ListStore::create(found_list_columns)),
|
||||
freesound_list (ListStore::create(freesound_list_columns)),
|
||||
chooser (FILE_CHOOSER_ACTION_OPEN),
|
||||
found_list_view (found_list),
|
||||
freesound_list_view (freesound_list),
|
||||
preview (persistent),
|
||||
found_search_btn (_("Search")),
|
||||
freesound_search_btn (_("Start Downloading"))
|
||||
found_list_view (found_list),
|
||||
freesound_search_btn (_("Start Downloading")),
|
||||
freesound_list_view (freesound_list)
|
||||
|
||||
{
|
||||
resetting_ourselves = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue