Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c 


Log Message:
Not all apps have a parent

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- e_apps.c    19 Apr 2005 09:04:10 -0000      1.29
+++ e_apps.c    19 Apr 2005 09:05:09 -0000      1.30
@@ -780,7 +780,8 @@
                  a2 = l->data;
                  _e_app_subdir_rescan(a2);
               }
-            _e_app_subdir_rescan(app->parent);
+            if (app->parent)
+              _e_app_subdir_rescan(app->parent);
          }
      }
 }




-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to