Refresh cinemas UI if the cinemas.xml file location is changed.
[dcpomatic.git] / src / lib / config.cc
index cb2ec8885569daf56736690c70b52b6f5b725905..c9b42857149a665da7fdc901c8fdfeb41751bf21 100644 (file)
@@ -1291,6 +1291,7 @@ Config::set_cinemas_file (boost::filesystem::path file)
                read_cinemas (f);
        }
 
+       changed (CINEMAS);
        changed (OTHER);
 }