diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-27 13:45:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-27 13:45:46 +0100 |
| commit | aa36b8c781059aa573a1465692bc9ae5973253f1 (patch) | |
| tree | 08905d7288dedf163f8b93914aaf1ed83cf7aa20 /src/lib/config.h | |
| parent | f60eb6a4f6b75a78899bbc96213450ac49d74e33 (diff) | |
Make sure we don't create any config directories until we've set up the i18n properly.
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index 9d583ff6d..fc63c518c 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -432,7 +432,7 @@ public: private: Config (); - static boost::filesystem::path file (); + static boost::filesystem::path file (bool create_directories = true); void read (); void set_defaults (); void set_kdm_email_to_default (); |
