Enlightenment CVS committal

Author  : essiene
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/client


Modified Files:
        entrance_config.c 


Log Message:
- Doh! This shouldn't have been hardcoded.
- Still it shouldn't have caused the bug I just observed, where my single 
detected session which should have been called 'Enlightenment' was called 
'en_US'.... werd!!! That's what it is. I'll have to look deeper into this. This 
just makes things work again till I find the cause of that bug.

===================================================================
RCS file: /cvs/e/e17/apps/entrance/src/client/entrance_config.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- entrance_config.c   29 Aug 2006 17:28:03 -0000      1.36
+++ entrance_config.c   31 Aug 2006 16:31:55 -0000      1.37
@@ -488,7 +488,7 @@
    char path[PATH_MAX];
    snprintf(path, PATH_MAX, "%s/%s", ep->path, filename);
 
-   Ecore_Desktop *ed = ecore_desktop_get(path, "en_US");
+   Ecore_Desktop *ed = ecore_desktop_get(path, NULL);
    if(!ed)
       return;
 



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to