Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_menus.c 


Log Message:


oops - fix valid check

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_int_menus.c,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -3 -r1.98 -r1.99
--- e_int_menus.c       28 Sep 2005 03:44:31 -0000      1.98
+++ e_int_menus.c       28 Sep 2005 08:00:52 -0000      1.99
@@ -408,7 +408,7 @@
          {
             a = l->data;
             
-             if (e_app_valid_exe_get(a))
+             if (e_app_valid_exe_get(a) || (!a->exe))
               {
                  mi = e_menu_item_new(m);
                  e_menu_item_label_set(mi, a->name);




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