Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c 


Log Message:
NULL Check

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.429
retrieving revision 1.430
diff -u -3 -r1.429 -r1.430
--- e_border.c  28 Sep 2005 03:28:48 -0000      1.429
+++ e_border.c  28 Sep 2005 11:06:07 -0000      1.430
@@ -7176,7 +7176,7 @@
        E_Border *bd;
 
        bd = l->data;
-       if (e_app_equals(bd->app, app))
+       if ((bd->app) && (e_app_equals(bd->app, app)))
          {
             bd->changes.icon = 1;
             bd->changed = 1;




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to