Minor updates for PathList and OptionEditor.

git-svn-id: svn://localhost/ardour2/trunk@694 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Taybin Rutkin 2006-07-26 22:18:55 +00:00
parent f8f8497330
commit 690e04ed42
4 changed files with 15 additions and 5 deletions

View file

@ -36,7 +36,7 @@ class PathList : public Gtk::VBox
std::vector<std::string> get_paths ();
void set_paths (std::vector<std::string> paths);
sigc::signal<void> paths_updated;
sigc::signal<void> PathsUpdated;
protected:
Gtk::Button add_btn;