Don't quit, show error when failing to load mode.

This commit is contained in:
Dave Davenport 2017-03-31 17:51:23 +02:00
parent a885966f30
commit b418352d43
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ static void run_switcher ( ModeMode mode )
rofi_view_error_dialog ( str->str, ERROR_MSG_MARKUP ); rofi_view_error_dialog ( str->str, ERROR_MSG_MARKUP );
g_string_free (str, FALSE); g_string_free (str, FALSE);
return; break;
} }
} }
// Error dialog must have been created. // Error dialog must have been created.