mirror of
https://github.com/lbonn/rofi
synced 2024-11-23 12:23:02 +00:00
Add missing point in container name.
This commit is contained in:
parent
1de6239616
commit
0cd257f554
1 changed files with 1 additions and 1 deletions
|
@ -1649,7 +1649,7 @@ int rofi_view_error_dialog ( const char *msg, int markup )
|
|||
state->menu_flags = MENU_ERROR_DIALOG;
|
||||
state->finalize = process_result;
|
||||
|
||||
state->main_window = container_create ( "window box" );
|
||||
state->main_window = container_create ( "window.box" );
|
||||
state->main_box = box_create ( "window.mainbox.message.box", BOX_VERTICAL );
|
||||
container_add ( state->main_window, WIDGET ( state->main_box ) );
|
||||
state->text = textbox_create ( "window.mainbox.message.textbox", ( TB_AUTOHEIGHT | TB_WRAP ) + ( ( markup ) ? TB_MARKUP : 0 ),
|
||||
|
|
Loading…
Reference in a new issue