Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c 


Log Message:


found the bug!
no more printf needed

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -3 -r1.91 -r1.92
--- e_apps.c    5 Oct 2005 08:47:29 -0000       1.91
+++ e_apps.c    5 Oct 2005 08:52:59 -0000       1.92
@@ -635,9 +635,6 @@
             if (((launch_id > 0) && (ai->launch_id > 0) && (ai->launch_id == 
launch_id)) ||
                 ((pid > 1) && (ai->exe) && (ecore_exe_pid_get(ai->exe) == 
pid)))
               {
-                 printf("IC: ai->launch_id [%i] == launch_id [%i] | 
ai->exe->pid [%i] == pid [%i]\n",
-                        ai->launch_id, launch_id, ecore_exe_pid_get(ai->exe), 
pid);
-                 printf("  RET %s\n", a->name);
                  _e_apps_list = evas_list_remove_list(_e_apps_list, l);
                  _e_apps_list = evas_list_prepend(_e_apps_list, a);
                  return 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

Reply via email to