Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_image.c 


Log Message:
Fixup loading regular images.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_image.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -3 -r1.40 -r1.41
--- ewl_image.c 20 Apr 2004 21:20:18 -0000      1.40
+++ ewl_image.c 21 Apr 2004 04:42:55 -0000      1.41
@@ -248,8 +248,7 @@
                        return;
 
                if (i->path)
-                       edje_object_file_set(i->image, i->path,
-                                            (i->key ? i->key : "EWL"));
+                       edje_object_file_set(i->image, i->path, i->key);
 
        } else {
                i->image = evas_object_image_add(emb->evas);
@@ -257,8 +256,7 @@
                        return;
 
                if (i->path)
-                       edje_object_file_set(i->image, i->path,
-                                            (i->key ? i->key : "EWL"));
+                       evas_object_image_file_set(i->image, i->path, i->key);
        }
 
        evas_object_layer_set(i->image, ewl_widget_get_layer_sum(w));




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