Enlightenment CVS committal Author : handyande Project : e17 Module : apps/e_utils
Dir : e17/apps/e_utils/src/bin/e17setroot Modified Files: e17setroot.c Log Message: Don't compile .eets into .eets =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e_utils/src/bin/e17setroot/e17setroot.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- e17setroot.c 24 Jan 2005 11:17:23 -0000 1.1 +++ e17setroot.c 24 Jan 2005 11:47:57 -0000 1.2 @@ -157,6 +157,12 @@ char *cmd, *file, *dir, *sed, *eet, *edc, *edj, *edje, *filenoext; Imlib_Image *im; + if (strcmp(filename + strlen(filename) - 4, ".eet") == 0) + { + e_background_set(filename); + return; + } + i = 0; file = ebg_file_getfile(filename); ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs