1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

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

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;
}