Enlightenment CVS committal Author : onefang Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_apps.c e_fm.c Log Message: Remove printfs and clean up after debugging with raster. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_apps.c,v retrieving revision 1.168 retrieving revision 1.169 diff -u -3 -r1.168 -r1.169 --- e_apps.c 3 Sep 2006 15:57:13 -0000 1.168 +++ e_apps.c 3 Sep 2006 17:23:43 -0000 1.169 @@ -1572,16 +1572,13 @@ { Evas_Object *o = NULL; - printf("a->icon_path = %s\n", a->icon_path); if ((a->icon_path) && (a->icon_path[0] != 0)) o = _e_app_icon_path_add(evas, a); else { o = edje_object_add(evas); - printf("a->icon_class = %s\n", a->icon_class); if (!e_util_edje_icon_list_set(o, a->icon_class)) { - printf("a->path = %s\n", a->path); if (edje_object_file_set(o, a->path, "icon")) { ; /* It's a bit more obvious this way. */ =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v retrieving revision 1.51 retrieving revision 1.52 diff -u -3 -r1.51 -r1.52 --- e_fm.c 3 Sep 2006 15:57:13 -0000 1.51 +++ e_fm.c 3 Sep 2006 17:23:43 -0000 1.52 @@ -1655,15 +1655,10 @@ E_App *app; if (ic->info.pseudo_link) - { - /* FIXME: first one should be correct I think, but it isn't. */ snprintf(buf, sizeof(buf), "%s/%s", ic->info.pseudo_dir, ic->info.file); - } else snprintf(buf, sizeof(buf), "%s/%s", ic->sd->realpath, ic->info.file); - //printf("ICON FOR APP (%s) %s - %s - %s - %s\n", ((ic->info.pseudo_link) ? "pseudo" : "real" ), buf, ic->info.pseudo_dir, ic->info.file, ic->sd->realpath); app = e_app_new(buf, 0); - printf("ic: %s = %p\n", buf, app); if (app) { ic->obj_icon = e_app_icon_add(evas_object_evas_get(ic->sd->obj), app); @@ -1756,7 +1751,6 @@ if (desktop->generic) ic->info.generic = evas_stringshare_add(desktop->generic); if (desktop->comment) ic->info.comment = evas_stringshare_add(desktop->comment); - printf("di: %s %s %s\n", desktop->icon, desktop->icon_path, desktop->icon_class); if (desktop->icon) { char *v; @@ -1765,7 +1759,6 @@ v = (char *)ecore_desktop_icon_find(desktop->icon, NULL, e_config->icon_theme); if (v) ic->info.icon = evas_stringshare_add(v); - printf("%s ->v\n", desktop->icon, v); } if (desktop->type) ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs