Use bare-user for user repo

tingping/wmclass
Alexander Larsson 2015-01-08 13:50:37 +01:00
parent 6dcb309073
commit ed4aae8cf7
1 changed files with 1 additions and 1 deletions

View File

@ -659,7 +659,7 @@ xdg_app_dir_get_user (void)
if (user == NULL)
{
gs_unref_object GFile *path = xdg_app_get_user_base_dir_location ();
user = xdg_app_dir_new (path, FALSE);
user = xdg_app_dir_new (path, TRUE);
}
return g_object_ref (user);