Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_shadow_test.c 


Log Message:
- tabs are a tricky beast. looks like I missed some.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/shadow/ewl_shadow_test.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_shadow_test.c   6 May 2008 20:18:56 -0000       1.2
+++ ewl_shadow_test.c   7 May 2008 13:38:20 -0000       1.3
@@ -12,7 +12,7 @@
 {
         test->name = "Shadow";
         test->tip = "Defines the Ewl_Shadow class for displaying\n"
-                       "a container that will shadow other widgets.";
+                        "a container that will shadow other widgets.";
         test->filename = __FILE__;
         test->func = create_test;
         test->type = EWL_TEST_TYPE_CONTAINER;
@@ -32,7 +32,7 @@
 
         image = ewl_image_new();
         ewl_image_file_set(EWL_IMAGE(image),
-                       PACKAGE_DATA_DIR "/ewl/images/elicit.png", NULL);
+                        PACKAGE_DATA_DIR "/ewl/images/elicit.png", NULL);
         ewl_image_size_set(EWL_IMAGE(image), 220, 210);
         ewl_object_alignment_set(EWL_OBJECT(image), EWL_FLAG_ALIGN_CENTER);
         ewl_container_child_append(EWL_CONTAINER(shadow), image);



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to