mirror of
https://github.com/lbonn/rofi
synced 2024-11-10 06:14:14 +00:00
When no new theme file present, don't print it in help.
This commit is contained in:
parent
9281c01b3b
commit
f123deb37b
1 changed files with 3 additions and 2 deletions
|
@ -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 );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue