Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : test

Dir     : e17/test/orig/edje


Modified Files:
        edje_main.c 


Log Message:
fixed image paths etc

===================================================================
RCS file: /cvs/e/e17/test/orig/edje/edje_main.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- edje_main.c 28 Oct 2006 09:01:59 -0000      1.1
+++ edje_main.c 26 Aug 2007 12:29:49 -0000      1.2
@@ -135,7 +135,7 @@
    evas = ecore_evas_get(ecore_evas);
    evas_image_cache_set(evas, 2 * 1024 * 1024);
    evas_font_cache_set(evas, 512 * 1024);
-   snprintf(buf, sizeof(buf), "data/test/fonts");
+   snprintf(buf, sizeof(buf), "data/fonts");
    evas_font_path_append(evas, buf);
    return 1;
 }
@@ -193,7 +193,7 @@
    evas_object_resize(o, startw, starth);
    evas_object_layer_set(o, -999);
    evas_object_color_set(o, 255, 255, 255, 255);
-   snprintf(buf, sizeof(buf), "data/test/images/bg.png");
+   snprintf(buf, sizeof(buf), "data/images/bg.png");
    evas_object_image_file_set(o, buf, NULL);
    evas_object_image_fill_set(o, 0, 0, 128, 128);
    evas_object_pass_events_set(o, 1);
@@ -207,7 +207,7 @@
    evas_object_resize(o, startw, starth);
    evas_object_layer_set(o, -999);
    evas_object_color_set(o, 255, 255, 255, 255);
-   snprintf(buf, sizeof(buf), "data/test/images/shadow.png");
+   snprintf(buf, sizeof(buf), "data/images/shadow.png");
    evas_object_image_file_set(o, buf, NULL);
    evas_object_image_smooth_scale_set(o, 0);
    evas_object_image_fill_set(o, 0, 0, startw, starth);
@@ -476,7 +476,7 @@
    char buf[4096];
    
    co = data;
-   snprintf(buf, sizeof(buf), "data/test/images/item_selected.png");
+   snprintf(buf, sizeof(buf), "data/images/item_selected.png");
    evas_object_image_file_set(co->bg, buf, NULL);
 }
 
@@ -487,7 +487,7 @@
    char buf[4096];
    
    co = data;
-   snprintf(buf, sizeof(buf), "data/test/images/item_normal.png");
+   snprintf(buf, sizeof(buf), "data/images/item_normal.png");
    evas_object_image_file_set(co->bg, buf, NULL);
    test_setup(co->file, co->part);
    evas_object_color_set(co->bg, 128, 128, 128, 128);
@@ -594,7 +594,7 @@
        o = evas_object_image_add(evas);
        evas_object_layer_set(o, 10);
        evas_object_image_border_set(o, 10, 10, 10, 10);
-       snprintf(buf, sizeof(buf), "data/test/images/item_title.png");
+       snprintf(buf, sizeof(buf), "data/images/item_title.png");
        evas_object_image_file_set(o, buf, NULL);
        evas_object_event_callback_add(o, EVAS_CALLBACK_MOUSE_DOWN, 
list_head_down_cb, co);
        evas_object_event_callback_add(o, EVAS_CALLBACK_MOUSE_UP,   
list_head_up_cb, co);
@@ -633,7 +633,7 @@
             o = evas_object_image_add(evas);
             evas_object_layer_set(o, 10);
             evas_object_image_border_set(o, 10, 10, 10, 10);
-            snprintf(buf, sizeof(buf), "data/test/images/item_normal.png");
+            snprintf(buf, sizeof(buf), "data/images/item_normal.png");
             evas_object_image_file_set(o, buf, NULL);
             evas_object_event_callback_add(o, EVAS_CALLBACK_MOUSE_DOWN, 
list_down_cb, co);
             evas_object_event_callback_add(o, EVAS_CALLBACK_MOUSE_UP,   
list_up_cb, co);
@@ -731,7 +731,7 @@
    edjes = evas_list_append(edjes, de);
 
    o = evas_object_image_add(evas);
-   snprintf(buf, sizeof(buf), "data/test/images/border.png");
+   snprintf(buf, sizeof(buf), "data/images/border.png");
    evas_object_image_file_set(o, buf, NULL);
    evas_object_image_smooth_scale_set(o, 0);
    evas_object_color_set(o, 255, 255, 255, 255);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to