Enlightenment CVS committal Author : handyande Project : e17 Module : apps/e_utils
Dir : e17/apps/e_utils/src/bin/emblem Modified Files: emblem_ui.c Log Message: Not sure how these did not get in... =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e_utils/src/bin/emblem/emblem_ui.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- emblem_ui.c 18 Mar 2005 18:24:58 -0000 1.7 +++ emblem_ui.c 23 Mar 2005 21:37:55 -0000 1.8 @@ -1,8 +1,8 @@ #include "Emblem.h" /* TODO - * * make the thumbs cache to disk, check the eet mtime againts a the time - * of the cached version. Each bg has one or more .eet thumb files. these + * * make the thumbs cache to disk, check the edj mtime againts a the time + * of the cached version. Each bg has one or more .edj thumb files. these * files will need the screen size in there name and either the timestamp * or an md5 in them (look at epsilon). Then for the menu only load these * cached, so there is only one fs image around @@ -69,7 +69,7 @@ o = edje_object_add(evas); if (!edje_object_file_set(o, - PACKAGE_DATA_DIR"/data/emblem/default.eet", "Main")) + PACKAGE_DATA_DIR"/data/emblem/default.edj", "Main")) { printf("Unable to locate theme\n"); return 0; @@ -210,7 +210,7 @@ if (!strcmp(entry->d_name, "..")) continue; if (!strcmp(entry->d_name, ".")) continue; - if (!strstr(entry->d_name, ".eet")) continue; + if (!strstr(entry->d_name, ".edj")) continue; snprintf(path, PATH_MAX, "%s/.e/e/backgrounds/%s", getenv("HOME"), entry->d_name); ------------------------------------------------------- This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows Embedded(r) & Windows Mobile(tm) platforms, applications & content. Register by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs