Enlightenment CVS committal Author : ningerso Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests/image_thumbnail Modified Files: ewl_image_thumbnail.c Log Message: Simplify the configure.in and fix for autoconf 2.60 by switching to ac_define_dir.m4. Update paths relative to the new package base directories. =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/image_thumbnail/ewl_image_thumbnail.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- ewl_image_thumbnail.c 17 Oct 2006 04:59:56 -0000 1.1 +++ ewl_image_thumbnail.c 26 Oct 2006 16:11:55 -0000 1.2 @@ -37,8 +37,8 @@ image_box = EWL_WIDGET(box); - if ((ecore_file_exists(PACKAGE_DATA_DIR "/images/e-logo.png")) != -1) - image_file = strdup(PACKAGE_DATA_DIR "/images/e-logo.png"); + if ((ecore_file_exists(PACKAGE_DATA_DIR "/ewl/images/e-logo.png")) != -1) + image_file = strdup(PACKAGE_DATA_DIR "/ewl/images/e-logo.png"); else if ((ecore_file_exists(PACKAGE_SOURCE_DIR "/data/images/e-logo.png")) != -1) image_file = strdup(PACKAGE_SOURCE_DIR "/data/images/e-logo.png"); else if ((ecore_file_exists("./data/images/e-logo.png")) != -1) @@ -53,8 +53,8 @@ ewl_container_child_append(EWL_CONTAINER(image_box), image); ewl_widget_show(image); - if ((ecore_file_exists(PACKAGE_DATA_DIR "/images/Draw.png")) != -1) - icon_file = strdup(PACKAGE_DATA_DIR "/images/Draw.png"); + if ((ecore_file_exists(PACKAGE_DATA_DIR "/ewl/images/Draw.png")) != -1) + icon_file = strdup(PACKAGE_DATA_DIR "/ewl/images/Draw.png"); else if ((ecore_file_exists(PACKAGE_SOURCE_DIR "/data/images/Draw.png")) != -1) icon_file = strdup(PACKAGE_SOURCE_DIR "/data/images/Draw.png"); else if ((ecore_file_exists("./data/images/Draw.png")) != -1) ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs