Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c 


Log Message:
All elements must be NULL if we're not going to check.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -3 -r1.63 -r1.64
--- e_apps.c    5 Sep 2005 15:24:07 -0000       1.63
+++ e_apps.c    7 Sep 2005 01:15:40 -0000       1.64
@@ -525,7 +525,7 @@
 {
    Evas_List *l;
    
-   if (!name && !class)
+   if ((!name) && (!class) && (!title) && (!role))
      return NULL;
 
    for (l = _e_apps_list; l; l = l->next)




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to