diff options
Diffstat (limited to 'src/client/PatchModel.cpp')
-rw-r--r-- | src/client/PatchModel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/PatchModel.cpp b/src/client/PatchModel.cpp index b64b9e50..baaa36ba 100644 --- a/src/client/PatchModel.cpp +++ b/src/client/PatchModel.cpp @@ -164,7 +164,7 @@ PatchModel::remove_connection(const Path& src_port_path, const Path& dst_port_pa bool PatchModel::enabled() const { - const Raul::Atom& enabled = get_variable("ingen:enabled"); + const Raul::Atom& enabled = get_property("ingen:enabled"); return (enabled.is_valid() && enabled.get_bool()); } |