On Wed, 6 Apr 2011, Sebastian Dransfeld wrote:

On 04/06/2011 03:51 PM, Vincent Torri 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

Shouldn't this be:
#ifdef HAVE_EVIL
?

I always wonder if I use _WIN32 or HAVE_EVIL. It's a bit equivalent as HAVE_EVIL is defined only on Windows (and is actually defined with elementary)

Vincent

+ 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

------------------------------------------------------------------------------
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