Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_menus.c 


Log Message:


app remove segv

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_int_menus.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- e_int_menus.c       22 Mar 2005 19:30:28 -0000      1.41
+++ e_int_menus.c       31 Mar 2005 04:26:55 -0000      1.42
@@ -239,9 +239,9 @@
    int app_count = 0;
    
    a = e_object_data_get(E_OBJECT(m));
-   e_app_subdir_scan(a, 0);
    if (a)
      {
+       e_app_subdir_scan(a, 0);
        for (l = a->subapps; l; l = l->next)
          {
             a = l->data;




-------------------------------------------------------
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/info/Sentarus/hamr30
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to