Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_dnd.c 


Log Message:
No need to continue looping after finding active.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_dnd.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -3 -r1.70 -r1.71
--- e_dnd.c     13 Jun 2008 10:21:43 -0000      1.70
+++ e_dnd.c     13 Jun 2008 10:57:06 -0000      1.71
@@ -1173,7 +1173,10 @@
 
        h = l->data;
        if (h->active)
-         active = 1;
+         {
+            active = 1;
+            break;
+         }
      }
    if (!active)
      {



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to