From 64a40ac2323cda14ecbce4e41618d6db32fd3573 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 May 2009 20:38:11 +0000 Subject: Remove vestigial request_variable interface. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2033 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/NodeControlWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/NodeControlWindow.cpp b/src/gui/NodeControlWindow.cpp index cd381f4b..167d7255 100644 --- a/src/gui/NodeControlWindow.cpp +++ b/src/gui/NodeControlWindow.cpp @@ -117,7 +117,7 @@ NodeControlWindow::on_show() for (NodeModel::Ports::const_iterator i = _node->ports().begin(); i != _node->ports().end(); ++i) if ((*i)->type().is_control() && (*i)->is_input()) - App::instance().engine()->request_variable((*i)->path(), "ingen:value"); + App::instance().engine()->request_property((*i)->path(), "ingen:value"); if (_position_stored) move(_x, _y); -- cgit v1.2.1