1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

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

View file

@ -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.