Quell config-save warning when we're only trying to save history.
[dcpomatic.git] / src / lib / config.cc
index 1d83f0a257b48c8b33da3d534930d7afa6c5869e..eb13112d2556d101533cdea9e85d5a575be41274 100644 (file)
@@ -1083,7 +1083,7 @@ Config::add_to_history_internal (vector<boost::filesystem::path>& h, boost::file
                h.pop_back ();
        }
 
-       changed ();
+       changed (HISTORY);
 }
 
 bool