Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_icon.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/icon/ewl_icon.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_icon.c  17 Oct 2006 04:59:55 -0000      1.1
+++ ewl_icon.c  26 Oct 2006 16:11:55 -0000      1.2
@@ -26,14 +26,14 @@
        o = ewl_icon_new();
        ewl_box_orientation_set(EWL_BOX(o), EWL_ORIENTATION_HORIZONTAL);
        ewl_icon_image_set(EWL_ICON(o),
-                               PACKAGE_DATA_DIR "/images/Draw.png", NULL);
+                               PACKAGE_DATA_DIR "/ewl/images/Draw.png", NULL);
        ewl_icon_label_set(EWL_ICON(o), "Draw");
        ewl_container_child_append(EWL_CONTAINER(hbox), o);
        ewl_widget_show(o);
 
        o = ewl_icon_new();
        ewl_icon_image_set(EWL_ICON(o),
-                               PACKAGE_DATA_DIR "/images/Draw.png", NULL);
+                               PACKAGE_DATA_DIR "/ewl/images/Draw.png", NULL);
        ewl_icon_label_set(EWL_ICON(o), "Draw");
        ewl_container_child_append(EWL_CONTAINER(hbox), o);
        ewl_widget_show(o);
@@ -44,7 +44,7 @@
 
        o = ewl_icon_new();
        ewl_icon_image_set(EWL_ICON(o),
-                               PACKAGE_DATA_DIR "/images/Draw.png", NULL);
+                               PACKAGE_DATA_DIR "/ewl/images/Draw.png", NULL);
        ewl_icon_label_set(EWL_ICON(o), "Draw (Editable)");
        ewl_icon_editable_set(EWL_ICON(o), TRUE);
        ewl_container_child_append(EWL_CONTAINER(box), o);
@@ -62,7 +62,7 @@
 
        o = ewl_icon_new();
        ewl_icon_image_set(EWL_ICON(o),
-                               PACKAGE_DATA_DIR "/images/World.png", NULL);
+                               PACKAGE_DATA_DIR "/ewl/images/World.png", NULL);
        ewl_icon_extended_data_set(EWL_ICON(o), o2);
        ewl_icon_label_set(EWL_ICON(o), "World");
        ewl_icon_type_set(EWL_ICON(o), EWL_ICON_TYPE_LONG);
@@ -75,7 +75,7 @@
 
        o = ewl_icon_new();
        ewl_icon_image_set(EWL_ICON(o),
-                               PACKAGE_DATA_DIR "/images/Draw.png", NULL);
+                               PACKAGE_DATA_DIR "/ewl/images/Draw.png", NULL);
        ewl_icon_label_set(EWL_ICON(o), "This is a long title that is 
compressed.");
        ewl_icon_label_compressed_set(EWL_ICON(o), TRUE);
        ewl_container_child_append(EWL_CONTAINER(box), o);
@@ -87,7 +87,7 @@
 
        o = ewl_icon_new();
        ewl_icon_image_set(EWL_ICON(o),
-                               PACKAGE_DATA_DIR "/images/Draw.png", NULL);
+                               PACKAGE_DATA_DIR "/ewl/images/Draw.png", NULL);
        ewl_icon_label_set(EWL_ICON(o), "This is a long title that is 
compressed.");
        ewl_icon_label_compressed_set(EWL_ICON(o), TRUE);
        ewl_icon_editable_set(EWL_ICON(o), TRUE);



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