user-accounts: Select the current language
We assume that env. locale == locale selected in accounts services.
This commit is contained in:
parent
1edc17e126
commit
57b3678f07
1 changed files with 3 additions and 0 deletions
|
@ -217,6 +217,9 @@ finish_um_language_chooser (gpointer user_data)
|
||||||
timeout = GPOINTER_TO_UINT (g_object_get_data (G_OBJECT (chooser), "timeout"));
|
timeout = GPOINTER_TO_UINT (g_object_get_data (G_OBJECT (chooser), "timeout"));
|
||||||
g_object_weak_unref (G_OBJECT (chooser), (GWeakNotify) remove_timeout, GUINT_TO_POINTER (timeout));
|
g_object_weak_unref (G_OBJECT (chooser), (GWeakNotify) remove_timeout, GUINT_TO_POINTER (timeout));
|
||||||
|
|
||||||
|
/* And select the current language */
|
||||||
|
cc_common_language_select_current_language (GTK_TREE_VIEW (list));
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue