Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_container.c 


Log Message:
Return a value.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_container.c,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -3 -r1.110 -r1.111
--- e_container.c       14 Sep 2006 23:16:46 -0000      1.110
+++ e_container.c       21 Sep 2006 19:37:04 -0000      1.111
@@ -646,7 +646,7 @@
    Evas_List *l;
    int pos = 0, i;
 
-   if (!bd->zone) return;
+   if (!bd->zone) return NULL;
    /* Remove from old layer */
    for (i = 0; i < 7; i++)
      {
@@ -700,7 +700,7 @@
    Evas_List *l;
    int pos = 0, i;
    
-   if (!bd->zone) return;
+   if (!bd->zone) return NULL;
    /* Remove from old layer */
    for (i = 0; i < 7; i++)
      {



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