Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/battery


Modified Files:
        e_mod_main.c 


Log Message:


ef -> battery_config

bsd mis-port fix

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/battery/e_mod_main.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -3 -r1.71 -r1.72
--- e_mod_main.c        20 Apr 2006 11:30:24 -0000      1.71
+++ e_mod_main.c        20 Apr 2006 11:48:42 -0000      1.72
@@ -195,13 +195,13 @@
          {
             len = 3;
             if (sysctlnametomib("hw.acpi.acline", acline_mib, &len) == 0)
-               ef->battery_check_mode = CHECK_ACPI; 
+               battery_config->battery_check_mode = CHECK_ACPI; 
          }
        else
          {
             apm_fd = open("/dev/apm", O_RDONLY); 
             if (apm_fd != -1)
-              ef->battery_check_mode = CHECK_APM;
+              battery_config->battery_check_mode = CHECK_APM;
          }
      }
    switch (ef->battery_check_mode)




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to