Enlightenment CVS committal Author : handyande Project : e17 Module : apps/e_utils
Dir : e17/apps/e_utils/src/bin/entangle Modified Files: TODO entangle_apps.c entangle_ui.c Log Message: damn, missed some .eapp =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e_utils/src/bin/entangle/TODO,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- TODO 3 Jun 2005 15:54:12 -0000 1.6 +++ TODO 28 Jun 2005 13:27:42 -0000 1.7 @@ -1,11 +1,11 @@ Just the stuff I can think of... -* someway to attach .directory.eapp files to directories +* someway to attach .directory.eap files to directories * directory renaming? * need to handle directories that aren't in the .order file. They come at the end of the list * need to handle eapps that aren't in the .order file too -* E17 will look for the .eapp in the directory first before checking the all +* E17 will look for the .eap in the directory first before checking the all directory. * need to add monitoring of the .order files and the top directories - if something changes need to popup a warning to the user and ask if =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e_utils/src/bin/entangle/entangle_apps.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- entangle_apps.c 2 May 2005 11:12:46 -0000 1.2 +++ entangle_apps.c 28 Jun 2005 13:27:42 -0000 1.3 @@ -165,7 +165,7 @@ if (!ecore_file_is_dir(dir_path)) { - fprintf(stderr, "ERROR found %s in the %s order file. There is no .eapp " + fprintf(stderr, "ERROR found %s in the %s order file. There is no .eap " "for it, and it isn't a directory. Skipping...\n", buf, name); FREE(app); continue; =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e_utils/src/bin/entangle/entangle_ui.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- entangle_ui.c 5 Jun 2005 23:51:51 -0000 1.10 +++ entangle_ui.c 28 Jun 2005 13:27:42 -0000 1.11 @@ -597,7 +597,7 @@ edje_object_signal_callback_add(obj, "dir,clicked", "*", entangle_ui_cb_dir_clicked, app); - snprintf(path, PATH_MAX, "%s/.directory.eapp", app->eapp->path); + snprintf(path, PATH_MAX, "%s/.directory.eap", app->eapp->path); if (ecore_file_exists(path)) { o = edje_object_add(evas); ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs