Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/tree2


Modified Files:
        ewl_tree2.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/tree2/ewl_tree2.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_tree2.c 18 Oct 2006 16:28:08 -0000      1.2
+++ ewl_tree2.c 26 Oct 2006 16:11:56 -0000      1.3
@@ -159,23 +159,23 @@
        dt = calloc(TREE2_DATA_ELEMENTS, sizeof(Tree2_Test_Row_Data *));
 
        dt[0] = calloc(1, sizeof(Tree2_Test_Row_Data));
-       dt[0]->image = strdup(PACKAGE_DATA_DIR"/images/e-logo.png");
+       dt[0]->image = strdup(PACKAGE_DATA_DIR"/ewl/images/e-logo.png");
        dt[0]->text = strdup("The E logo");
 
        dt[1] = calloc(1, sizeof(Tree2_Test_Row_Data));
-       dt[1]->image = strdup(PACKAGE_DATA_DIR"/images/elicit.png");
+       dt[1]->image = strdup(PACKAGE_DATA_DIR"/ewl/images/elicit.png");
        dt[1]->text = strdup("The Elicit image");
 
        dt[2] = calloc(1, sizeof(Tree2_Test_Row_Data));
-       dt[2]->image = strdup(PACKAGE_DATA_DIR"/images/entrance.png");
+       dt[2]->image = strdup(PACKAGE_DATA_DIR"/ewl/images/entrance.png");
        dt[2]->text = strdup("The Entrance image");
 
        dt[3] = calloc(1, sizeof(Tree2_Test_Row_Data));
-       dt[3]->image = strdup(PACKAGE_DATA_DIR"/images/End.png");
+       dt[3]->image = strdup(PACKAGE_DATA_DIR"/ewl/images/End.png");
        dt[3]->text = strdup("Zebra");
        
        dt[4] = calloc(1, sizeof(Tree2_Test_Row_Data));
-       dt[4]->image = strdup(PACKAGE_DATA_DIR"/images/banner-top.png");
+       dt[4]->image = strdup(PACKAGE_DATA_DIR"/ewl/images/banner-top.png");
        dt[4]->text = strdup("Ant");
 
        data->rows = dt;



-------------------------------------------------------------------------
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

Reply via email to