prh: Small fix to /cue/send/enable feedback string
authorPaul Hedderly <paul+git@mjr.org>
Mon, 21 Aug 2017 14:08:22 +0000 (15:08 +0100)
committerRobin Gareus <robin@gareus.org>
Mon, 21 Aug 2017 14:23:23 +0000 (16:23 +0200)
libs/surfaces/osc/osc_cue_observer.cc

index 7d027b4f188eb0464972b2bc1b06468936e98de0..b23733f04e2ead01365d60105c7046088a0338aa 100644 (file)
@@ -139,7 +139,7 @@ OSCCueObserver::send_init()
                        }
                        
                        boost::shared_ptr<Processor> proc = boost::dynamic_pointer_cast<Processor> (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());
                }
        }