Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_apps.c Log Message: use exe tags =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_apps.c,v retrieving revision 1.85 retrieving revision 1.86 diff -u -3 -r1.85 -r1.86 --- e_apps.c 28 Sep 2005 12:48:38 -0000 1.85 +++ e_apps.c 28 Sep 2005 13:11:10 -0000 1.86 @@ -363,6 +363,7 @@ a->exe); return 0; } + ecore_exe_tag_set(exe, "E/app"); inst->app = a; inst->exe = exe; inst->launch_id = launch_id; @@ -1525,6 +1526,8 @@ ev = event; if (!ev->exe) return 1; + if (!(ecore_exe_tag_get(ev->exe) && + (!strcmp(ecore_exe_tag_get(ev->exe), "E/app")))) return 1; ai = ecore_exe_data_get(ev->exe); if (!ai) return 1; a = ai->app; ------------------------------------------------------- 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