Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/ibar Modified Files: e_mod_main.c Log Message: better exe exit tracking =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/ibar/e_mod_main.c,v retrieving revision 1.78 retrieving revision 1.79 diff -u -3 -r1.78 -r1.79 --- e_mod_main.c 28 Sep 2005 03:44:31 -0000 1.78 +++ e_mod_main.c 28 Sep 2005 12:48:38 -0000 1.79 @@ -335,7 +335,7 @@ { IBar_Icon *ic; - if (e_app_valid_exe_get(a)) + if (e_app_valid_exe_get(a) || (!a->exe)) { ic = _ibar_icon_new(ibb, a); if (ic) @@ -520,7 +520,7 @@ IBar_Icon *ic; a = l->data; - if (e_app_valid_exe_get(a)) + if (e_app_valid_exe_get(a) || (!a->exe)) { ic = _ibar_icon_new(ibb, a); } ------------------------------------------------------- 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