Emit signal for special cased configuration variable

This commit is contained in:
Robin Gareus 2016-12-28 12:54:32 +01:00
parent 4c0ce20941
commit 27ee53bf8f

View File

@ -721,6 +721,7 @@ ARDOUR::set_translations_enabled (bool yn)
(void) ::write (fd, &c, 1);
(void) ::close (fd);
Config->ParameterChanged ("enable-translation");
return true;
}