[Frugalware-git] setup: asklang: one more LOG()
VMiklos
vmiklos at frugalware.org
Sun Jul 15 13:03:39 CEST 2007
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup/.git;a=commitdiff;h=81f61aeb01144285c9ad46db7eae4c6ad79f19e7
commit 81f61aeb01144285c9ad46db7eae4c6ad79f19e7
Author: VMiklos <vmiklos at frugalware.org>
Date: Sun Jul 15 03:09:16 2007 +0200
asklang: one more LOG()
diff --git a/src/plugins/asklang.c b/src/plugins/asklang.c
index 819580c..d81f7c1 100644
--- a/src/plugins/asklang.c
+++ b/src/plugins/asklang.c
@@ -106,6 +106,7 @@ int run(GList **config)
0, 0, 0, LANGSNUM, langs) == -1)
return(-1);
+ LOG("selected language: '%s'", dialog_vars.input_result);
setenv("LC_ALL", dialog_vars.input_result, 1);
setenv("LANG", dialog_vars.input_result, 1);
setlocale(LC_ALL, dialog_vars.input_result);
More information about the Frugalware-git
mailing list