fix xetc to config_path (#1097)

This commit is contained in:
Jaakko Luttinen 2020-04-19 20:07:58 +03:00 committed by GitHub
parent ed55b6c634
commit ccfecef936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -926,7 +926,7 @@ int main ( int argc, char *argv[] )
else {
g_free ( config_path_new );
config_path_new = NULL;
if ( g_file_test ( xetc, G_FILE_TEST_IS_REGULAR ) ) {
if ( g_file_test ( config_path, G_FILE_TEST_IS_REGULAR ) ) {
config_parse_xresource_options_file ( config_path );
old_config_format = TRUE;
}