diff --git a/runtime/runtime_controller.cc b/runtime/runtime_controller.cc index 5176101f4a2a3..359dcb0d52f15 100644 --- a/runtime/runtime_controller.cc +++ b/runtime/runtime_controller.cc @@ -155,7 +155,8 @@ bool RuntimeController::SetLocales( window->UpdateLocales(locale_data); return true; } - return true; + + return false; } bool RuntimeController::SetUserSettingsData(const std::string& data) {