summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_group.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-07-18 03:17:47 +0000
committerCarl Hetherington <carl@carlh.net>2009-07-18 03:17:47 +0000
commit2e7eeef44868d84f51e0d4b54d31e39d7cf26918 (patch)
treef186d78b5691449562cebb3a4e2dd24b2bb53204 /gtk2_ardour/port_group.h
parentfea3992f29d3a3d419529a99692b46dd9dafee58 (diff)
Better fix for non-rearrangement after open for the port matrix.
git-svn-id: svn://localhost/ardour2/branches/3.0@5377 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_group.h')
-rw-r--r--gtk2_ardour/port_group.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/port_group.h b/gtk2_ardour/port_group.h
index f3f84a23ad..22dee8de5e 100644
--- a/gtk2_ardour/port_group.h
+++ b/gtk2_ardour/port_group.h
@@ -64,12 +64,12 @@ public:
void set_visible (bool v) {
_visible = v;
- Modified ();
+ Changed ();
}
bool has_port (std::string const &) const;
- sigc::signal<void> Modified;
+ sigc::signal<void> Changed;
sigc::signal<void, ARDOUR::Bundle::Change> BundleChanged;
struct BundleRecord {