Fix configuration directory location on non-Windows
commitb1b9e6d19a3983de02aebebd49496407ca722a91
authorColomban Wendling <ban@herbesfolles.org>
Mon, 6 Oct 2014 14:24:26 +0000 (6 16:24 +0200)
committerColomban Wendling <ban@herbesfolles.org>
Mon, 6 Oct 2014 14:24:26 +0000 (6 16:24 +0200)
tree04621ee65a8e64a942c6884986106daf0b5360c7
parente69bbe25fd49d8a31a06bed395bcc9c65efa0563
Fix configuration directory location on non-Windows

3e089e4c2c914a4b8885daa65e784a227bd2d6b0 accidentally switched from
`g_get_user_config_dir()` to `g_get_user_data_dir()` as the location
for the user's configuration directory.
src/utils.c