Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_icon.c 


Log Message:
- formatting

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_icon.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ewl_icon.c  30 Apr 2006 05:20:10 -0000      1.11
+++ ewl_icon.c  30 Apr 2006 05:35:32 -0000      1.12
@@ -123,7 +123,8 @@
        {
                icon->preview = ewl_image_new();
                ewl_image_proportional_set(EWL_IMAGE(icon->preview), TRUE);
-               ewl_object_alignment_set(EWL_OBJECT(icon->preview), 
EWL_FLAG_ALIGN_CENTER);
+               ewl_object_alignment_set(EWL_OBJECT(icon->preview), 
+                                                       EWL_FLAG_ALIGN_CENTER);
                ewl_widget_internal_set(icon->preview, TRUE);
                ewl_container_child_prepend(EWL_CONTAINER(icon), 
                                                icon->preview);
@@ -222,7 +223,8 @@
        if (!icon->label)
        {
                icon->label = ewl_text_new();
-               ewl_object_alignment_set(EWL_OBJECT(icon->label), 
EWL_FLAG_ALIGN_CENTER);
+               ewl_object_alignment_set(EWL_OBJECT(icon->label), 
+                                               EWL_FLAG_ALIGN_CENTER);
 
                if (icon->editable)
                        ewl_callback_append(icon->label, 




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