summaryrefslogtreecommitdiffstats
path: root/source/keyb.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/keyb.c')
-rw-r--r--source/keyb.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/keyb.c b/source/keyb.c
index a5a7ceb0..04d498dd 100644
--- a/source/keyb.c
+++ b/source/keyb.c
@@ -164,8 +164,9 @@ gboolean parse_keys_abe ( NkBindings *bindings )
g_free ( keystr );
}
if ( error_msg->len > 0 ) {
- rofi_view_error_dialog ( error_msg->str, TRUE );
- g_string_free ( error_msg, TRUE );
+ //rofi_view_error_dialog ( error_msg->str, TRUE );
+ rofi_add_error_message ( error_msg );
+// g_string_free ( error_msg, TRUE );
return FALSE;
}