summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-02-27 16:50:56 +0100
committerDave Davenport <qball@gmpclient.org>2017-02-27 16:50:56 +0100
commit0cd257f55496a93972819b9ccbe6f425a06cd74c (patch)
treed028cd56f40014cd5048d23a43d85154253d2678 /source
parent1de6239616cc1b2240c50a8df8a3f5ec292edaca (diff)
Add missing point in container name.
Diffstat (limited to 'source')
-rw-r--r--source/view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/view.c b/source/view.c
index 6067224d..b9845a58 100644
--- a/source/view.c
+++ b/source/view.c
@@ -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 ),