summaryrefslogtreecommitdiffstats
path: root/source/x11-helper.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-04-19 22:10:34 +0200
committerDave Davenport <qball@gmpclient.org>2016-04-20 08:04:23 +0200
commit3918625804053bec0d98d2519fb86d698cf56a7b (patch)
treeb990a9141e13507199adc07b8aad163034d7fa69 /source/x11-helper.c
parentf79c078144ed705393c8f0d069d419f9bb6b981b (diff)
Move teardown to the logic place again (possible with deamon mode removed)
Diffstat (limited to 'source/x11-helper.c')
-rw-r--r--source/x11-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/x11-helper.c b/source/x11-helper.c
index f56122ab..09306deb 100644
--- a/source/x11-helper.c
+++ b/source/x11-helper.c
@@ -474,7 +474,7 @@ gboolean x11_parse_key ( char *combo, unsigned int *mod, xkb_keysym_t *key )
}
}
if ( str->len > 0 ) {
- show_error_message ( str->str, TRUE );
+ rofi_view_error_dialog ( str->str, TRUE );
g_string_free ( str, TRUE );
return FALSE;
}