Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/estyle

Dir     : e17/libs/estyle/test


Modified Files:
        estyle_test_simple.c 


Log Message:
Avoid a possible unitialized variable.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/estyle/test/estyle_test_simple.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- estyle_test_simple.c        18 Oct 2003 16:22:46 -0000      1.13
+++ estyle_test_simple.c        11 Mar 2004 00:18:51 -0000      1.14
@@ -289,7 +289,7 @@
        /*
         * Create an estyle.
         */
-       e = estyle_new(evas, string1, "raised");
+       e = estyle_new(evas, string1, "soft_shadow");
        evas_object_move(e, 100, 100);
        evas_object_color_set(e, 128, 255, 255, 255);
        evas_object_clip_set(e, clip_rect);




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to