region: Select the current session language

This commit is contained in:
Bastien Nocera 2011-01-26 18:41:34 +00:00
parent 57b3678f07
commit 8f29da02e2

View file

@ -146,6 +146,9 @@ finish_language_setup (gpointer user_data)
timeout = GPOINTER_TO_UINT (g_object_get_data (G_OBJECT (list), "timeout"));
g_object_weak_unref (G_OBJECT (list), (GWeakNotify) remove_timeout, GUINT_TO_POINTER (timeout));
/* And select the current language */
cc_common_language_select_current_language (GTK_TREE_VIEW (list));
return FALSE;
}