PolicyKit: Branch 'master'

David Zeuthen david at kemper.freedesktop.org
Sun Sep 13 10:59:49 PDT 2009


 src/programs/pkexec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a35927899af8c68b36b3ad8876fd6aecabce7001
Author: David Zeuthen <davidz at redhat.com>
Date:   Sun Sep 13 13:55:34 2009 -0400

    Add missing comma so we're save both LANG and LANGUAGE, not only LANGLANGUAGE

diff --git a/src/programs/pkexec.c b/src/programs/pkexec.c
index 89b958e..4eeb55f 100644
--- a/src/programs/pkexec.c
+++ b/src/programs/pkexec.c
@@ -174,7 +174,7 @@ main (int argc, char *argv[])
   gchar pwbuf[8192];
   gchar *s;
   const gchar *environment_variables_to_save[] = {
-    "LANG"
+    "LANG",
     "LANGUAGE",
     "LC_ALL",
     "LC_MESSAGES",


More information about the hal-commit mailing list