Enlightenment CVS committal Author : fletch3k Project : misc Module : enotes
Dir : misc/enotes/src Modified Files: config.c controlcentre.c controlcentre.h note.c note.h Log Message: Autofoo No Longer Sucks As Much Arse =================================================================== RCS file: /cvsroot/enlightenment/misc/enotes/src/config.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- config.c 12 Sep 2004 15:33:57 -0000 1.9 +++ config.c 14 Sep 2004 21:03:04 -0000 1.10 @@ -66,7 +66,7 @@ { char *locfn = malloc(PATH_MAX); - snprintf(locfn, PATH_MAX, "%s/data/config.xml", PACKAGE_DATA_DIR); + snprintf(locfn, PATH_MAX, "%s/config.xml", PACKAGE_DATA_DIR); read_configuration(p, locfn); free(locfn); return; @@ -175,7 +175,7 @@ snprintf(homedir_e_notes_config, PATH_MAX, "%s/.e/notes/config.xml", getenv("HOME")); snprintf(global_config, PATH_MAX, - "%s/data/config.xml", PACKAGE_DATA_DIR); + "%s/config.xml", PACKAGE_DATA_DIR); mkdir(homedir_e, 0700); mkdir(homedir_e_notes, 0700); =================================================================== RCS file: /cvsroot/enlightenment/misc/enotes/src/controlcentre.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- controlcentre.c 12 Sep 2004 16:15:40 -0000 1.14 +++ controlcentre.c 14 Sep 2004 21:03:04 -0000 1.15 @@ -93,7 +93,7 @@ evas_output_method_set(cc->evas, evas_render_method_lookup(main_config-> render_method)); - snprintf(fontpath, PATH_MAX, "%s/data/fonts", PACKAGE_DATA_DIR); + snprintf(fontpath, PATH_MAX, "%s/fonts", PACKAGE_DATA_DIR); evas_font_path_append(cc->evas, fontpath); free(fontpath); =================================================================== RCS file: /cvsroot/enlightenment/misc/enotes/src/controlcentre.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- controlcentre.h 12 Sep 2004 15:33:57 -0000 1.8 +++ controlcentre.h 14 Sep 2004 21:03:04 -0000 1.9 @@ -36,7 +36,7 @@ /* Part */ #define CC_PART "ControlCenter" -#define CC_EDJE "%s/data/themes/%s.eet" +#define CC_EDJE "%s/themes/%s.eet" /* Callbacks */ #define EDJE_SIGNAL_CC_CLOSE "ENOTES_QUIT" =================================================================== RCS file: /cvsroot/enlightenment/misc/enotes/src/note.c,v retrieving revision 1.32 retrieving revision 1.33 diff -u -3 -r1.32 -r1.33 --- note.c 13 Sep 2004 15:24:18 -0000 1.32 +++ note.c 14 Sep 2004 21:03:04 -0000 1.33 @@ -197,7 +197,7 @@ evas_output_method_set(p->evas, evas_render_method_lookup(main_config-> render_method)); - snprintf(fontpath, PATH_MAX, "%s/data/fonts", PACKAGE_DATA_DIR); + snprintf(fontpath, PATH_MAX, "%s/fonts", PACKAGE_DATA_DIR); evas_font_path_append(p->evas, fontpath); /* Draggable Setup */ =================================================================== RCS file: /cvsroot/enlightenment/misc/enotes/src/note.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- note.h 13 Sep 2004 15:24:18 -0000 1.14 +++ note.h 14 Sep 2004 21:03:04 -0000 1.15 @@ -27,7 +27,7 @@ #include "../config.h" -#define NOTE_EDJE "%s/data/themes/%s.eet" +#define NOTE_EDJE "%s/themes/%s.eet" #define NOTE_PART "Main" #define EDJE_SIGNAL_NOTE_CLOSE "ENOTES_QUIT" ------------------------------------------------------- This SF.Net email is sponsored by: thawte's Crypto Challenge Vl Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam Camcorder. More prizes in the weekly Lunch Hour Challenge. Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs