Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_fm.c Log Message: update label on reload too =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v retrieving revision 1.178 retrieving revision 1.179 diff -u -3 -r1.178 -r1.179 --- e_fm.c 16 Jun 2007 16:18:45 -0000 1.178 +++ e_fm.c 17 Jun 2007 00:34:18 -0000 1.179 @@ -3956,9 +3956,11 @@ snprintf(buf, sizeof(buf), "%s/%s", ic->sd->realpath, ic->info.file); desktop = efreet_desktop_get(buf); + printf("efreet_desktop_get(5s) = %p\n", buf, desktop); if (!desktop) goto error; // if (desktop->type != EFREET_DESKTOP_TYPE_LINK) goto error; + printf(" mod time %lli\n", desktop->load_time); ic->info.removable = 0; ic->info.removable_full = 0; if (desktop->name) ic->info.label = evas_stringshare_add(desktop->name); @@ -6907,6 +6909,7 @@ edje_object_signal_emit(ic->obj_icon, "e,state,removable,full", "e"); else edje_object_signal_emit(ic->obj_icon, "e,state,removable,empty", "e"); + _e_fm2_icon_label_set(ic, ic->obj); } } else ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs