mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
2575a3907b
commit
84ddf22169
8 changed files with 65 additions and 68 deletions
|
|
@ -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 ();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue