diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-08-30 22:59:16 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-08-30 22:59:16 +0200 |
| commit | 85be674b29dd61fe08a50f0b84c8402e9df61d94 (patch) | |
| tree | f827da46c073b0d347350b8296a5248e46d7d1fa /src/lib | |
| parent | 8a2eeb8c00db2809b8b3fa848d628cf0cd7cb411 (diff) | |
Refresh cinemas UI if the cinemas.xml file location is changed.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/config.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/config.cc b/src/lib/config.cc index cb2ec8885..c9b428571 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -1291,6 +1291,7 @@ Config::set_cinemas_file (boost::filesystem::path file) read_cinemas (f); } + changed (CINEMAS); changed (OTHER); } |
