From b418352d438b0caa6cd5d3d81887b6c1684395cc Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 31 Mar 2017 17:51:23 +0200 Subject: Don't quit, show error when failing to load mode. --- source/rofi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/rofi.c b/source/rofi.c index 6a2eeba4..0c47b753 100644 --- a/source/rofi.c +++ b/source/rofi.c @@ -203,7 +203,7 @@ static void run_switcher ( ModeMode mode ) rofi_view_error_dialog ( str->str, ERROR_MSG_MARKUP ); g_string_free (str, FALSE); - return; + break; } } // Error dialog must have been created. -- cgit v1.2.3