summaryrefslogtreecommitdiff
path: root/src/accounts.h
diff options
context:
space:
mode:
authorGunnar Hjalmarsson <ubuntu@gunnar.cc>2011-11-29 15:42:03 +1100
committerRobert Ancell <robert.ancell@canonical.com>2011-11-29 15:42:03 +1100
commiteb8535ed41ae4ef07bbfd123708314677dce6dc2 (patch)
treee06e596030461a3a2fc3473c898b4c0bdef1f769 /src/accounts.h
parent52400c5d1bae8138949e2f0bff1b63c9a7f1e4b8 (diff)
downloadlightdm-git-eb8535ed41ae4ef07bbfd123708314677dce6dc2.tar.gz
Language chooser modifications:
* Save item that is selected from the language chooser also when AccountsService is in use. * Use nl_langinfo() to get language and country names for the language chooser labels. * Translate language and country names. * Handle @variants properly.
Diffstat (limited to 'src/accounts.h')
-rw-r--r--src/accounts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/accounts.h b/src/accounts.h
index 03165b71..8bd52479 100644
--- a/src/accounts.h
+++ b/src/accounts.h
@@ -60,7 +60,7 @@ void user_set_xsession (User *user, const gchar *session);
const gchar *user_get_locale (User *user);
-void user_set_locale (User *user, const gchar *language);
+void user_set_language (User *user, const gchar *language);
G_END_DECLS