summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_route_groups.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-08-25 17:31:33 +0000
committerCarl Hetherington <carl@carlh.net>2010-08-25 17:31:33 +0000
commit7b2975244165b4ffd1dcf4080c1be4c8dcbc6708 (patch)
treeb3010f51f7c3fa0534c0813e51bbeef13200f6a0 /gtk2_ardour/editor_route_groups.cc
parent167c439002bde2b20399d733cd5d38d3674668c3 (diff)
Rename various things in the property system.
git-svn-id: svn://localhost/ardour2/branches/3.0@7681 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_route_groups.cc')
-rw-r--r--gtk2_ardour/editor_route_groups.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_route_groups.cc b/gtk2_ardour/editor_route_groups.cc
index b66fa753da..2f9f27ae2c 100644
--- a/gtk2_ardour/editor_route_groups.cc
+++ b/gtk2_ardour/editor_route_groups.cc
@@ -366,7 +366,7 @@ EditorRouteGroups::row_change (const Gtk::TreeModel::Path&, const Gtk::TreeModel
group->set_hidden (!(*iter)[_columns.is_visible], this);
- group->set_properties (plist);
+ group->apply_changes (plist);
}
void