Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        ewl_embed_test.c ewl_simple_test.c main.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/ewl_embed_test.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- ewl_embed_test.c    26 Jun 2006 03:09:07 -0000      1.14
+++ ewl_embed_test.c    26 Oct 2006 16:11:54 -0000      1.15
@@ -99,11 +99,11 @@
        edje = edje_object_add(evas);
 
        if (!edje_object_file_set(edje, 
-                       PACKAGE_DATA_DIR "/themes/ewl_embed_test.edj", 
+                       PACKAGE_DATA_DIR "/ewl/themes/ewl_embed_test.edj", 
                        "main")) 
        {
                fprintf(stderr, "Error in: %s\n", 
-                       PACKAGE_DATA_DIR"/themes/ewl_embed_test.edj");
+                       PACKAGE_DATA_DIR "/ewl/themes/ewl_embed_test.edj");
                return 1;
        }
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/ewl_simple_test.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ewl_simple_test.c   25 May 2006 18:27:18 -0000      1.11
+++ ewl_simple_test.c   26 Oct 2006 16:11:54 -0000      1.12
@@ -212,7 +212,7 @@
 
        ewl_init(&argc, argv);
 
-       snprintf(tmp, PATH_MAX, "%s/images/bg.edj", PACKAGE_DATA_DIR);
+       snprintf(tmp, PATH_MAX, "%s/ewl/images/bg.edj", PACKAGE_DATA_DIR);
 
        win = ewl_window_new();
        ewl_callback_append(win, EWL_CALLBACK_DELETE_WINDOW, close_cb, NULL);
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/main.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- main.c      15 Oct 2006 22:34:14 -0000      1.38
+++ main.c      26 Oct 2006 16:11:54 -0000      1.39
@@ -302,7 +302,7 @@
        list2 = ecore_list_new();
        if (!list2) return 0;
 
-       snprintf(buf, sizeof(buf), "%s", PACKAGE_LIB_DIR "/tests");
+       snprintf(buf, sizeof(buf), "%s", PACKAGE_LIB_DIR "/ewl/tests");
        list = ecore_file_ls(buf);
        if (list && ecore_list_nodes(list) > 0)
        {
@@ -536,7 +536,7 @@
        struct stat buf;
        char filename[PATH_MAX];
 
-       snprintf(filename, sizeof(filename), PACKAGE_DATA_DIR "/examples/%s", 
+       snprintf(filename, sizeof(filename), PACKAGE_DATA_DIR 
"/ewl/examples/%s", 
                                                                test->filename);
        file = fopen(filename, "r");
        if (file)



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