Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore


Modified Files:
        ecore_list.c 


Log Message:
Already did this test ~10 lines up.

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore/ecore_list.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- ecore_list.c        21 Jan 2007 12:48:03 -0000      1.32
+++ ecore_list.c        21 Jan 2007 13:53:06 -0000      1.33
@@ -736,11 +736,7 @@
    for (prev = list->first; prev && prev->next != old; prev = prev->next);
    list->last = prev;
    if (prev)
-     {
-       prev->next = NULL;
-       if (list->current == old)
-         list->current = NULL;
-     }
+     prev->next = NULL;
 
    if (old)
      {



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to