summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/App.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/App.cpp b/src/gui/App.cpp
index 789ead6d..c0f3f9bd 100644
--- a/src/gui/App.cpp
+++ b/src/gui/App.cpp
@@ -263,7 +263,7 @@ App::set_property(const Raul::URI& subject,
went as planned here and fire the signal ourselves as if the server
feedback came back immediately. */
if (key != uris().ingen_activity) {
- _client->signal_message().emit(SetProperty{subject, key, value, ctx});
+ _client->signal_message().emit(SetProperty{0, subject, key, value, ctx});
}
}