summaryrefslogtreecommitdiffstats
path: root/src/AlsaDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/AlsaDriver.cpp')
-rw-r--r--src/AlsaDriver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp
index 87c149e..af35a46 100644
--- a/src/AlsaDriver.cpp
+++ b/src/AlsaDriver.cpp
@@ -162,7 +162,7 @@ AlsaDriver::refresh()
continue;
PatchagePort* port2 = _app->canvas()->find_port(PortID(*addr2, true));
- if (port2 && !_app->canvas()->get_connection(port, port2)) {
+ if (port2 && !_app->canvas()->get_edge(port, port2)) {
_app->canvas()->make_connection(
port, port2, port->get_fill_color() + 0x22222200);