From 18060e597e536e8ff53fc423360d48d802f76f23 Mon Sep 17 00:00:00 2001 From: Paul Hedderly Date: Mon, 21 Aug 2017 15:08:22 +0100 Subject: [PATCH 1/1] prh: Small fix to /cue/send/enable feedback string --- libs/surfaces/osc/osc_cue_observer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/surfaces/osc/osc_cue_observer.cc b/libs/surfaces/osc/osc_cue_observer.cc index 7d027b4f18..b23733f04e 100644 --- a/libs/surfaces/osc/osc_cue_observer.cc +++ b/libs/surfaces/osc/osc_cue_observer.cc @@ -139,7 +139,7 @@ OSCCueObserver::send_init() } boost::shared_ptr proc = boost::dynamic_pointer_cast (send); - proc->ActiveChanged.connect (send_connections, MISSING_INVALIDATOR, boost::bind (&OSCCueObserver::send_enabled_message, this, X_("/cue/send_enable"), i + 1, proc->enabled()), OSC::instance()); + proc->ActiveChanged.connect (send_connections, MISSING_INVALIDATOR, boost::bind (&OSCCueObserver::send_enabled_message, this, X_("/cue/send/enable"), i + 1, proc->enabled()), OSC::instance()); send_enabled_message (X_("/cue/send/enable"), i + 1, proc->enabled()); } } -- 2.30.2