diff options
Diffstat (limited to 'hardinfo/vendor.c')
-rw-r--r-- | hardinfo/vendor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo/vendor.c b/hardinfo/vendor.c index a5aaecef..86705e10 100644 --- a/hardinfo/vendor.c +++ b/hardinfo/vendor.c @@ -143,7 +143,7 @@ void vendor_init(void) DEBUG("initializing vendor list"); sync_manager_add_entry(&se); - path = g_build_filename(g_get_home_dir(), ".hardinfo", "vendor.conf", NULL); + path = g_build_filename(g_get_user_config_dir(), "hardinfo", "vendor.conf", NULL); if (!g_file_test(path, G_FILE_TEST_EXISTS)) { DEBUG("local vendor.conf not found, trying system-wise"); g_free(path); |