mirror of
https://github.com/davatorium/rofi.git
synced 2025-04-21 17:52:51 -04:00
parent
b955b9aff9
commit
39f231b5ff
1 changed files with 1 additions and 1 deletions
|
@ -1066,7 +1066,7 @@ int main(int argc, char *argv[]) {
|
|||
g_free(etc);
|
||||
}
|
||||
|
||||
if (config_path && g_file_test(config_path, G_FILE_TEST_IS_REGULAR)) {
|
||||
if (config_path) {
|
||||
if (rofi_theme_parse_file(config_path)) {
|
||||
rofi_theme_free(rofi_theme);
|
||||
rofi_theme = NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue