mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
hide Freesound tab (until it gets fixed)
This commit is contained in:
parent
cab6ae7137
commit
f42fc3e45d
1 changed files with 2 additions and 0 deletions
|
|
@ -647,6 +647,7 @@ SoundFileBrowser::SoundFileBrowser (string title, ARDOUR::Session* s, bool persi
|
|||
notebook.append_page (*vbox, _("Search Tags"));
|
||||
|
||||
//add freesound search
|
||||
#ifdef FREESOUND_GOT_FIXED
|
||||
|
||||
HBox* passbox;
|
||||
Label* label;
|
||||
|
|
@ -721,6 +722,7 @@ SoundFileBrowser::SoundFileBrowser (string title, ARDOUR::Session* s, bool persi
|
|||
freesound_more_btn.signal_clicked().connect(sigc::mem_fun(*this, &SoundFileBrowser::freesound_more_clicked));
|
||||
freesound_similar_btn.signal_clicked().connect(sigc::mem_fun(*this, &SoundFileBrowser::freesound_similar_clicked));
|
||||
notebook.append_page (*vbox, _("Search Freesound"));
|
||||
#endif
|
||||
|
||||
notebook.set_size_request (500, -1);
|
||||
notebook.signal_switch_page().connect (sigc::hide_return (sigc::hide (sigc::hide (sigc::mem_fun (*this, &SoundFileBrowser::reset_options)))));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue