summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-03-31 17:51:23 +0200
committerDave Davenport <qball@gmpclient.org>2017-03-31 17:51:23 +0200
commitb418352d438b0caa6cd5d3d81887b6c1684395cc (patch)
tree3112cf5ba612f2e2f6a433309e2f7505bff35c7f
parenta885966f30848e660c035a8686499ff197f41ed2 (diff)
Don't quit, show error when failing to load mode.
-rw-r--r--source/rofi.c2
1 files changed, 1 insertions, 1 deletions
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.