summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-11-09 19:49:28 +0100
committerCarl Hetherington <cth@carlh.net>2022-11-13 00:12:26 +0100
commit18aaa163aff49473b3a1dd5985bfc90dc7262149 (patch)
tree2cc9121cf8c4ba0653a0535db0bfde3d8a9f2025 /src/lib
parentbdcf635b01fec5d8218ea533774366e02e2ea5f7 (diff)
unset_sound_output should emit a specific type of changed().
Diffstat (limited to 'src/lib')
-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 0695652fb..463eec47e 100644
--- a/src/lib/config.h
+++ b/src/lib/config.h
@@ -916,7 +916,7 @@ public:
}
_sound_output = boost::none;
- changed();
+ changed(SOUND_OUTPUT);
}
void set_last_player_load_directory (boost::filesystem::path d) {