1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

[Script] Fix next dialog option.

Error slipped in from previous patch.

Issue: #1059
This commit is contained in:
Dave Davenport 2020-02-13 21:29:02 +01:00
parent 03775378e0
commit c458047ef6

View file

@ -248,7 +248,7 @@ static ModeMode script_mode_result ( Mode *sw, int mretv, char **input, unsigned
unsigned int new_length = 0;
if ( ( mretv & MENU_NEXT ) ) {
retv = RELOAD_DIALOG;;
retv = NEXT_DIALOG;
}
else if ( ( mretv & MENU_PREVIOUS ) ) {
retv = PREVIOUS_DIALOG;