Enlightenment CVS committal

Author  : sndev
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_actions.c 


Log Message:

oopss. just a small bug--

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_actions.c,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -3 -r1.85 -r1.86
--- e_actions.c 23 Oct 2006 20:43:11 -0000      1.85
+++ e_actions.c 2 Nov 2006 09:56:10 -0000       1.86
@@ -2156,7 +2156,7 @@
        actd = l->data;
        if (!strcmp(actd->act_name, act_name))
          {
-            actg->acts = evas_list_remove_list(actg->acts, l);
+            actg->acts = evas_list_remove(actg->acts, actd);
 
             if (actd->act_name) evas_stringshare_del(actd->act_name);
             if (actd->act_cmd) evas_stringshare_del(actd->act_cmd);
@@ -2167,7 +2167,7 @@
             
             if (!evas_list_count(actg->acts)) 
               { 
-                 action_groups = evas_list_remove_list(action_groups, l); 
+                 action_groups = evas_list_remove(action_groups, actg); 
                  if (actg->act_grp) evas_stringshare_del(actg->act_grp);
                  E_FREE(actg);
               }



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