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:
parent
e5caaf9d1a
commit
00ffa9f148
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue