Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mbar

Dir     : e_modules/mbar


Modified Files:
        e_mod_config_point.c 


Log Message:
Don't save eaps to all dir, use mbar dir instead.

===================================================================
RCS file: /cvs/e/e_modules/mbar/e_mod_config_point.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_mod_config_point.c        5 Apr 2006 17:48:49 -0000       1.2
+++ e_mod_config_point.c        7 Apr 2006 00:52:15 -0000       1.3
@@ -156,7 +156,7 @@
      {
         if (cfdata->name)
            path = basename(cfdata->name);
-        snprintf(buf, sizeof(buf), "%s/.e/e/applications/all/%s.eap", 
getenv("HOME"), path);
+        snprintf(buf, sizeof(buf), "%s/.e/e/applications/mbar/%s.eap", 
getenv("HOME"), path);
         eap->path = buf;
      }
 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to