mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
I am to tired to commit, lets try again.
This commit is contained in:
parent
e2a3139b7d
commit
d393a5ff2e
1 changed files with 1 additions and 1 deletions
|
@ -1659,7 +1659,7 @@ MenuReturn menu ( char **lines, unsigned int num_lines, char **input, char *prom
|
|||
state.retv = MENU_OK;
|
||||
}
|
||||
}
|
||||
else if ( rc == -2 ) {
|
||||
else if ( strlen( state.text->text) > 0 ) {
|
||||
state.retv = MENU_CUSTOM_INPUT;
|
||||
}
|
||||
else{
|
||||
|
|
Loading…
Reference in a new issue