From 4698ad88a04eb1e3e5ecf4ef4cd7eb29590a6924 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 16 Mar 2020 12:10:11 +0000 Subject: [PATCH] user-controls: Update OARS menu entries before choosing an updated one MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If the user’s locale changes, we need to update the set of entries in the OARS menu before selecting a new one and updating the label. Signed-off-by: Philip Withnall --- libmalcontent-ui/user-controls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmalcontent-ui/user-controls.c b/libmalcontent-ui/user-controls.c index fd0c2b8..80f2e2c 100644 --- a/libmalcontent-ui/user-controls.c +++ b/libmalcontent-ui/user-controls.c @@ -524,8 +524,8 @@ setup_parental_control_settings (MctUserControls *self) gtk_widget_set_sensitive (GTK_WIDGET (self), is_authorized); - update_oars_level (self); update_categories_from_language (self); + update_oars_level (self); update_allow_app_installation (self); update_restrict_web_browsers (self); update_labels_from_name (self);