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
    if (!home)
      home = "/";

------------------------------------------------------------------------------
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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to