allow Lua session scripts to inject [immediate] RT-events
[ardour.git] / libs / ardour / presentation_info.cc
index 7115539178a3ba48e26a09503465f5be1799d163..8139689649c489f0dfc4d89e00e528790da06bc8 100644 (file)
@@ -30,7 +30,7 @@
 
 #include "ardour/presentation_info.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace ARDOUR;
 using namespace PBD;
@@ -38,7 +38,6 @@ using std::string;
 
 string PresentationInfo::state_node_name = X_("PresentationInfo");
 PBD::Signal0<void> PresentationInfo::Change;
-PBD::Signal0<void> PresentationInfo::SelectionChange;
 
 namespace ARDOUR {
        namespace Properties {
@@ -165,6 +164,7 @@ PresentationInfo::set_color (PresentationInfo::color_t c)
        if (c != _color) {
                _color = c;
                send_change (PropertyChange (Properties::color));
+               Change (); /* EMIT SIGNAL */
        }
 }