summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-11-09 19:49:28 +0100
committerCarl Hetherington <cth@carlh.net>2022-11-09 19:49:28 +0100
commit2efbbc57d55fec1244f4ac3db949f0e7f90ceda5 (patch)
treebe6107175401fe45b4d4bfdf9a7f46961b85024a /src
parent57a1f5846db3709246c14c0a3a4535e3d651c957 (diff)
unset_sound_output should emit a specific type of changed().
Diffstat (limited to 'src')
-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) {