From bb6ae77ba5ed9493bb9164f498c5889413572820 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Wed, 3 Feb 2016 18:28:58 +0100 Subject: [PATCH] Fix error dialog no longer closing on keypress --- source/rofi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/rofi.c b/source/rofi.c index 749be43c..bd04b1ce 100644 --- a/source/rofi.c +++ b/source/rofi.c @@ -1730,8 +1730,8 @@ void error_dialog ( const char *msg, int markup ) state->quit = TRUE; } } - release_keyboard ( display ); menu_state_free ( state ); + release_keyboard ( display ); } /**