Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mbar

Dir     : e_modules/mbar


Modified Files:
        e_mod_main.c 


Log Message:
Appdir should match module name

===================================================================
RCS file: /cvsroot/enlightenment/e_modules/mbar/e_mod_main.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_mod_main.c        15 Mar 2006 00:26:18 -0000      1.1
+++ e_mod_main.c        18 Mar 2006 23:17:23 -0000      1.2
@@ -239,7 +239,7 @@
    if (!mb->conf)
      {
        mb->conf = E_NEW(Config, 1);
-       mb->conf->appdir = evas_stringshare_add("mount");
+       mb->conf->appdir = evas_stringshare_add("mbar");
        mb->conf->follower = 1;
        mb->conf->follow_speed = 0.9;
        mb->conf->autoscroll_speed = 0.95;




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