Enlightenment CVS committal

Author  : mekius
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/client


Modified Files:
        main.c 


Log Message:
Locale was being cleared instead of duplicated from the environment.  This 
prevented the session from starting with the proper locale.

===================================================================
RCS file: /cvs/e/e17/apps/entrance/src/client/main.c,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -3 -r1.89 -r1.90
--- main.c      20 Jun 2007 18:10:58 -0000      1.89
+++ main.c      13 Dec 2007 10:46:00 -0000      1.90
@@ -726,7 +726,7 @@
    ecore_app_args_set(argc, (const char **) argv);
 
    /* Set locale to user's environment */
-   if (!(setlocale(LC_ALL, "")))
+   if (!(setlocale(LC_ALL, NULL)))
       fprintf(stderr,
               "Locale set failed!\n"
               "Please make sure you have your locale files installed for 
\"%s\"\n",



-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to