[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdeutils/kdepasswd/userinfo
From:       Laurent Montel <montel () kde ! org>
Date:       2004-01-13 21:37:07
Message-ID: 20040113213707.DBAE0907E () office ! kde ! org
[Download RAW message or body]

CVS commit by mlaurent: 

Use LC_ALL=C and not LANG=C otherwise chfn use system locale
(French for me) and it freeze kcontrol, because process is not
finished.


  M +1 -1      chfnproc.cpp   1.3


--- kdeutils/kdepasswd/userinfo/chfnproc.cpp  #1.2:1.3
@@ -25,5 +25,5 @@ int ChfnProcess::exec(const char *pass, 
   // Try to set the default locale to make the parsing of the output
   // of `chfn' easier.
-  putenv((char*)"LANG=C");
+  putenv((char*)"LC_ALL=C");
 
   QCStringList args;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic