Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_image_thumbnail.c 


Log Message:
- formatting

===================================================================
RCS file: 
/cvs/e/e17/libs/ewl/src/bin/tests/image_thumbnail/ewl_image_thumbnail.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_image_thumbnail.c       26 Oct 2006 16:11:55 -0000      1.2
+++ ewl_image_thumbnail.c       6 Dec 2006 20:21:57 -0000       1.3
@@ -29,11 +29,11 @@
 int
 create_test(Ewl_Container *box)
 {
-       Ewl_Widget     *image;
-       Ewl_Widget     *thumb;
-       Ewl_Widget     *image_box;
-       char           *image_file = NULL;
-       char           *icon_file = NULL;
+       Ewl_Widget *image;
+       Ewl_Widget *thumb;
+       Ewl_Widget *image_box;
+       char *image_file = NULL;
+       char *icon_file = NULL;
 
        image_box = EWL_WIDGET(box);
 
@@ -68,7 +68,7 @@
        if (icon_file)
                ewl_image_file_path_set(EWL_IMAGE(thumb), icon_file);
        ewl_container_child_append(EWL_CONTAINER(image_box), thumb);
-        ewl_widget_show(thumb);
+       ewl_widget_show(thumb);
 
        return 1;
 }



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to