From bd86a430ac238526f93bd6206675b66100c0bc8e Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Thu, 10 Jan 2019 17:17:32 -0800 Subject: [PATCH] Make SetLocales more consistent with other RuntimeController methods --- runtime/runtime_controller.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {