summaryrefslogtreecommitdiffstats
path: root/src/gui/PortPropertiesWindow.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-02-04 19:34:35 +0000
committerDavid Robillard <d@drobilla.net>2010-02-04 19:34:35 +0000
commit4d60d565d99eb06360251ee06f1af094811656e3 (patch)
tree061cbee74ba739dc44c85f54c6eef901ea7a90a9 /src/gui/PortPropertiesWindow.cpp
parent02b16c6c80b4dd2d52fe3f34a800fef67e31611b (diff)
downloadingen-4d60d565d99eb06360251ee06f1af094811656e3.tar.gz
ingen-4d60d565d99eb06360251ee06f1af094811656e3.tar.bz2
ingen-4d60d565d99eb06360251ee06f1af094811656e3.zip
Consistent name (property_changed) for ObjectModel::signal_property handlers.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2426 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/PortPropertiesWindow.cpp')
-rw-r--r--src/gui/PortPropertiesWindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/PortPropertiesWindow.cpp b/src/gui/PortPropertiesWindow.cpp
index 14cd9b1f..7dd5efe2 100644
--- a/src/gui/PortPropertiesWindow.cpp
+++ b/src/gui/PortPropertiesWindow.cpp
@@ -84,7 +84,7 @@ PortPropertiesWindow::present(SharedPtr<PortModel> pm)
sigc::mem_fun(*this, &PortPropertiesWindow::max_changed)));
_connections.push_back(pm->signal_property.connect(
- sigc::mem_fun(this, &PortPropertiesWindow::property_change)));
+ sigc::mem_fun(this, &PortPropertiesWindow::property_changed)));
//_enable_signal = true;
@@ -93,7 +93,7 @@ PortPropertiesWindow::present(SharedPtr<PortModel> pm)
void
-PortPropertiesWindow::property_change(const URI& key, const Atom& value)
+PortPropertiesWindow::property_changed(const URI& key, const Atom& value)
{
const Shared::LV2URIMap& uris = App::instance().uris();
//_enable_signal = false;