paths-dialog gtkmm-2.20 compatibility (part two)
This commit is contained in:
parent
f303c9ebb2
commit
76fb7278dd
@ -153,6 +153,6 @@ PathsDialog::set_default() {
|
||||
paths_list_view.clear_items();
|
||||
std::vector <std::string> a = PBD::parse_path(_default_paths);
|
||||
for(vector<std::string>::const_iterator i = a.begin(); i != a.end(); ++i) {
|
||||
paths_list_view.append(*i);
|
||||
paths_list_view.append_text(*i);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user