Enlightenment CVS committal Author : raster Project : e17 Module : apps/entrance
Dir : e17/apps/entrance/src/client Modified Files: entrance_config.c entrance_edit.c entrance_session.c entrance_x_session.c main.c Log Message: .edj!!! =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_config.c,v retrieving revision 1.28 retrieving revision 1.29 diff -u -3 -r1.28 -r1.29 --- entrance_config.c 15 Mar 2005 22:07:59 -0000 1.28 +++ entrance_config.c 23 Mar 2005 03:12:40 -0000 1.29 @@ -52,7 +52,7 @@ if ((str = e_db_str_get(db, "/entrance/theme"))) e->theme = str; else - e->theme = strdup("default.eet"); + e->theme = strdup("default.edj"); if ((str = e_db_str_get(db, "/entrance/pointer"))) e->pointer = str; =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_edit.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- entrance_edit.c 10 Dec 2004 23:33:31 -0000 1.11 +++ entrance_edit.c 23 Mar 2005 03:12:40 -0000 1.12 @@ -370,7 +370,7 @@ snprintf(buf, PATH_MAX, PACKAGE_DATA_DIR "/themes/%s", new_str); if (is_valid_theme_eet(o, buf)) { - fprintf(stderr, "You found a valid eet\n"); + fprintf(stderr, "You found a valid edje\n"); if (ecco.config->theme) free(ecco.config->theme); ecco.config->theme = new_str; @@ -380,7 +380,7 @@ } else { - fprintf(stderr, "You found a invalid eet\n"); + fprintf(stderr, "You found a invalid edje\n"); esmart_text_entry_text_set(o, ecco.config->theme); free(new_str); } @@ -1950,7 +1950,7 @@ evas_font_path_append(evas, PACKAGE_DATA_DIR "/data/fonts"); edje = edje_object_add(evas); - snprintf(buf, PATH_MAX, "%s/ecco/ecco.eet", PACKAGE_DATA_DIR); + snprintf(buf, PATH_MAX, "%s/ecco/ecco.edj", PACKAGE_DATA_DIR); if (edje_object_file_set(edje, buf, "Main") > 0) { evas_object_move(edje, 0, 0); =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_session.c,v retrieving revision 1.68 retrieving revision 1.69 diff -u -3 -r1.68 -r1.69 --- entrance_session.c 15 Mar 2005 22:07:59 -0000 1.68 +++ entrance_session.c 23 Mar 2005 03:12:40 -0000 1.69 @@ -717,7 +717,7 @@ } } } - snprintf(buf, PATH_MAX, "default.eet"); + snprintf(buf, PATH_MAX, "default.edj"); if ((eu = entrance_user_new(e->auth->user, buf, e->session))) { e->config->users.hash = =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_x_session.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- entrance_x_session.c 8 Dec 2004 18:32:03 -0000 1.8 +++ entrance_x_session.c 23 Mar 2005 03:12:40 -0000 1.9 @@ -45,7 +45,7 @@ /** * given the filename, create a new evas object(edje or image) with the - * contents of file. file can either bea valid edje eet or anything your + * contents of file. file can either be a valid edje or anything your * evas has images loaders for. * FIXME: Should this be its own smart object, user images are done similar * FIXME: Should it support a "key" paramater as well =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/main.c,v retrieving revision 1.71 retrieving revision 1.72 diff -u -3 -r1.71 -r1.72 --- main.c 15 Mar 2005 22:07:59 -0000 1.71 +++ main.c 23 Mar 2005 03:12:40 -0000 1.72 @@ -526,7 +526,7 @@ printf (" either the name of an installed theme, or an\n"); printf - (" arbitrary path to an eet file (use ./ for\n"); + (" arbitrary path to an edj file (use ./ for\n"); printf(" the current directory).\n"); printf (" -T, --test Enable testing mode. This will cause xterm\n"); @@ -684,11 +684,11 @@ { theme = calloc(1, PATH_MAX); t = strrchr((const char *) optarg, '.'); - if (t && !strcmp(t, ".eet")) + if (t && !strcmp(t, ".edj")) snprintf(theme, PATH_MAX, "%s/themes/%s", PACKAGE_DATA_DIR, optarg); else - snprintf(theme, PATH_MAX, "%s/themes/%s.eet", + snprintf(theme, PATH_MAX, "%s/themes/%s.edj", PACKAGE_DATA_DIR, optarg); } break; ------------------------------------------------------- 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