handle multiple imports of the same file better (via better source naming); make session properties editor pretty much work for search paths

git-svn-id: svn://localhost/ardour2/branches/3.0@7989 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-11-09 22:18:52 +00:00
parent 2575a3907b
commit 84ddf22169
8 changed files with 65 additions and 68 deletions

View file

@ -42,7 +42,7 @@ class SearchPathOption : public Option
Gtk::Label session_label;
void add_path (const std::string& path, bool removable=true);
void remove_path (const std::string& path);
void remove_path (PathEntry*);
void changed ();
void path_chosen ();
};