1
0
Fork 0
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:
QC 2014-11-29 17:15:13 +01:00
parent e2a3139b7d
commit d393a5ff2e

View file

@ -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{