"finalmunge" patch from nick, plus work on editor region list and actions infrastructure from me

git-svn-id: svn://localhost/trunk/ardour2@52 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2005-10-09 05:03:29 +00:00
parent 4c50965622
commit c38fdbc64c
36 changed files with 878 additions and 877 deletions

View file

@ -146,7 +146,7 @@ class SearchResults : public ArdourDialog
sigc::signal<void, string, bool> file_chosen;
private:
map<string,string> search_info;
std::map<string,string> search_info;
bool search_and;
string selection;
@ -185,8 +185,8 @@ class LibraryTree : public Gtk::VBox
void clear_selection ();
private:
map<string, Gtk::TreeItem*> uri_mapping;
map<string, string> uri_parent; // this ugly, but necessary
std::map<string, Gtk::TreeItem*> uri_mapping;
std::map<string, string> uri_parent; // this ugly, but necessary
string current_member;
string current_group;