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:
parent
ed55b6c634
commit
ccfecef936
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue