mirror of
https://github.com/davatorium/rofi.git
synced 2025-07-31 21:59:25 -04: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 {
|
else {
|
||||||
g_free ( config_path_new );
|
g_free ( config_path_new );
|
||||||
config_path_new = NULL;
|
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 );
|
config_parse_xresource_options_file ( config_path );
|
||||||
old_config_format = TRUE;
|
old_config_format = TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue