aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui/NodeView.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-13 03:16:14 +0000
committerDavid Robillard <d@drobilla.net>2013-01-13 03:16:14 +0000
commit33aa54fa98783d1da2a322ee136c17df7f9c98a5 (patch)
treeaeae07ddb274a2627a92cc686cc557d948887546 /src/gui/NodeView.hpp
parentd4e2d2945b7f63580803168901f64e70c66310d4 (diff)
downloadmachina-33aa54fa98783d1da2a322ee136c17df7f9c98a5.tar.gz
machina-33aa54fa98783d1da2a322ee136c17df7f9c98a5.tar.bz2
machina-33aa54fa98783d1da2a322ee136c17df7f9c98a5.zip
Show selector nodes as dashed.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4950 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/NodeView.hpp')
-rw-r--r--src/gui/NodeView.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/NodeView.hpp b/src/gui/NodeView.hpp
index 815e9e2..17f8c44 100644
--- a/src/gui/NodeView.hpp
+++ b/src/gui/NodeView.hpp
@@ -56,7 +56,7 @@ private:
void on_property(machina::URIInt key, const Raul::Atom& value);
void on_action_property(machina::URIInt key, const Raul::Atom& value);
- bool node_is(Raul::Forge& forge, machina::URIInt key);
+ bool is(Raul::Forge& forge, machina::URIInt key);
Gtk::Window* _window;
SPtr<machina::client::ClientObject> _node;