On Wed, Apr 6, 2011 at 1:51 PM, Vincent Torri <[email protected]> wrote:
>
> hey
>
> can someone pply the patch below for me, please ?
>
> thanks
>
> Vincent
>
> Index: src/lib/elm_config.c
> ===================================================================
> --- src/lib/elm_config.c        (révision 58389)
> +++ src/lib/elm_config.c        (copie de travail)
> @@ -672,7 +672,11 @@
>    size_t user_dir_len, off;
>    va_list ap;
>
> +#ifdef _WIN32
> +   home = evil_homedir_get();
> +#else
>    home = getenv("HOME");
> +#endif

I guess it would be easier if in some _init() you putenv() $HOME, then
it would work everywhere.



-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: [email protected]
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to