summaryrefslogtreecommitdiff
path: root/libs/ardour/globals.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-12-28 12:54:32 +0100
committerRobin Gareus <robin@gareus.org>2016-12-28 13:38:49 +0100
commit27ee53bf8f40831bf8c130aed6be2369c154e13f (patch)
treed7408fe3492538ef3be61b88c3e61a7847cce8a3 /libs/ardour/globals.cc
parent4c0ce209415aae838b15ace6d5a65742d5c7b968 (diff)
Emit signal for special cased configuration variable
Diffstat (limited to 'libs/ardour/globals.cc')
-rw-r--r--libs/ardour/globals.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/globals.cc b/libs/ardour/globals.cc
index 45ac987eb1..6ff46651e6 100644
--- a/libs/ardour/globals.cc
+++ b/libs/ardour/globals.cc
@@ -721,6 +721,7 @@ ARDOUR::set_translations_enabled (bool yn)
(void) ::write (fd, &c, 1);
(void) ::close (fd);
+ Config->ParameterChanged ("enable-translation");
return true;
}