Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_iconbox.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/iconbox/ewl_iconbox.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_iconbox.c       17 Oct 2006 04:59:56 -0000      1.1
+++ ewl_iconbox.c       26 Oct 2006 16:11:55 -0000      1.2
@@ -50,22 +50,22 @@
        ib = ewl_widget_name_find("ib");
 
        icon = ewl_iconbox_icon_add(EWL_ICONBOX(ib), "Draw", 
-                               PACKAGE_DATA_DIR "/images/Draw.png");
+                               PACKAGE_DATA_DIR "/ewl/images/Draw.png");
        ewl_callback_prepend(EWL_WIDGET(icon), EWL_CALLBACK_CLICKED, 
                                        icon_click_cb, NULL);
 
        ewl_iconbox_icon_arrange(EWL_ICONBOX(ib));
 
        ewl_iconbox_icon_add(EWL_ICONBOX(ib),"End", 
-                               PACKAGE_DATA_DIR "/images/End.png");
+                               PACKAGE_DATA_DIR "/ewl/images/End.png");
        ewl_iconbox_icon_add(EWL_ICONBOX(ib),"Card", 
-                               PACKAGE_DATA_DIR "/images/NewBCard.png");
+                               PACKAGE_DATA_DIR "/ewl/images/NewBCard.png");
        ewl_iconbox_icon_add(EWL_ICONBOX(ib),"Open", 
-                               PACKAGE_DATA_DIR "/images/Open.png");
+                               PACKAGE_DATA_DIR "/ewl/images/Open.png");
        ewl_iconbox_icon_add(EWL_ICONBOX(ib),"Package", 
-                               PACKAGE_DATA_DIR "/images/Package.png");
+                               PACKAGE_DATA_DIR "/ewl/images/Package.png");
        ewl_iconbox_icon_add(EWL_ICONBOX(ib),"World", 
-                               PACKAGE_DATA_DIR "/images/World.png");
+                               PACKAGE_DATA_DIR "/ewl/images/World.png");
 }
 
 static void 



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