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

Move comment to right place

This commit is contained in:
Qball Cow 2015-06-09 18:14:09 +02:00
parent e5caaf9d1a
commit 00ffa9f148

View file

@ -271,8 +271,8 @@ int dmenu_switcher_dialog ( char **input )
selected_line = MIN ( next_pos, length - 1 );
}
retv = TRUE;
// Custom input
}
// Custom input
else if ( ( mretv & ( MENU_CUSTOM_INPUT ) ) ) {
dmenu_output_formatted_line ( format, *input, -1, *input );
retv = TRUE;