summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-07-25 14:47:20 +0200
committerCarl Hetherington <cth@carlh.net>2024-07-26 11:39:59 +0200
commit32474a0dcd9b039026d91e07386193f9a3ea4588 (patch)
tree4ae0a993323a8bb1dc835d1e2ef82ce24e635a5c
parent051bac905d3ab8776c804e0e21fecd4c49927549 (diff)
Signal the correct change when unsetting the sound output.
Otherwise we don't notice when the output is set back to whetever happens to be the default.
-rw-r--r--src/lib/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/config.h b/src/lib/config.h
index f3d080b0b..9e6b747a2 100644
--- a/src/lib/config.h
+++ b/src/lib/config.h
@@ -963,7 +963,7 @@ public:
}
_sound_output = boost::none;
- changed ();
+ changed(SOUND_OUTPUT);
}
void set_kdm_container_name_format (dcp::NameFormat n) {