aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/module/Event.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/module/Event.cpp')
-rw-r--r--src/core/module/Event.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/module/Event.cpp b/src/core/module/Event.cpp
index 5a7b324c..01f7bf9b 100644
--- a/src/core/module/Event.cpp
+++ b/src/core/module/Event.cpp
@@ -105,6 +105,7 @@ class Event::Impl {
auto* event = static_cast<ModuleEvent*>(SecureMalloc(sizeof(ModuleEvent)));
event->id = GFStrDup(event_identifier_);
+ event->triggger_id = GFStrDup(trigger_uuid_);
ModuleEventParam* l_param = nullptr;
ModuleEventParam* p_param;