Enlightenment CVS committal Author : tsauerbeck Project : e17 Module : apps/elicit
Dir : e17/apps/elicit/src Modified Files: themes.c util.c Log Message: the default extension for Edje files is 'edj' now =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/elicit/src/themes.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- themes.c 26 Dec 2004 22:12:51 -0000 1.4 +++ themes.c 22 Mar 2005 19:46:53 -0000 1.5 @@ -170,7 +170,7 @@ { char *theme = strdup(ent->d_name); char *suff = theme + strlen(theme) - 4; - if (!strcmp(suff, ".eet")) + if (!strcmp(suff, ".edj")) { *suff = '\0'; themes = evas_list_append(themes, theme); =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/elicit/src/util.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- util.c 8 Mar 2005 05:02:13 -0000 1.7 +++ util.c 22 Mar 2005 19:46:53 -0000 1.8 @@ -252,13 +252,13 @@ struct stat st; snprintf(eet, sizeof(eet), - "%s/.e/apps/"PACKAGE"/""themes/%s.eet", + "%s/.e/apps/"PACKAGE"/""themes/%s.edj", getenv("HOME"), name); if (!stat(eet, &st)) return eet; - snprintf(eet, sizeof(eet), DATADIR"/themes/%s.eet", name); + snprintf(eet, sizeof(eet), DATADIR"/themes/%s.edj", name); return stat(eet, &st) ? NULL : eet; } ------------------------------------------------------- This SF.net email is sponsored by: 2005 Windows Mobile Application Contest Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones for the chance to win $25,000 and application distribution. Enter today at http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs