summaryrefslogtreecommitdiffstats
path: root/source/rofi.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/rofi.c')
-rw-r--r--source/rofi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rofi.c b/source/rofi.c
index 73c1ecd1..58c0c5c8 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -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;
}