When no new theme file present, don't print it in help.

This commit is contained in:
Dave Davenport 2017-11-29 23:08:23 +01:00
parent 9281c01b3b
commit f123deb37b
1 changed files with 3 additions and 2 deletions

View File

@ -848,8 +848,9 @@ int main ( int argc, char *argv[] )
rofi_theme_free ( rofi_theme );
rofi_theme = NULL;
}
}
else {
} else {
g_free ( config_path_new );
config_path_new = NULL;
config_parse_xresource_options_file ( config_path );
}
}