Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : apps/e_modules

Dir     : e17/apps/e_modules/src/modules/monitor


Modified Files:
        flow_chart.c 


Log Message:
- make this build again. Use the evas call instead of accessing the struct

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/e_modules/src/modules/monitor/flow_chart.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- flow_chart.c        22 May 2005 03:07:06 -0000      1.1
+++ flow_chart.c        23 Jul 2005 04:00:43 -0000      1.2
@@ -332,7 +332,7 @@
     {
       chart_con->charts = evas_list_remove(chart_con->charts, chart);
       flow_chart_del(chart);
-      if (chart_con->charts->count == 0)
+      if (evas_list_count(chart_con->charts) == 0)
        {
          evas_list_free(chart_con->charts);
          chart_con->charts = NULL;




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to