Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/client


Modified Files:
        entrance_session.c 


Log Message:
set the file on our fallback image we load.


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_session.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- entrance_session.c  21 Oct 2003 10:19:10 -0000      1.13
+++ entrance_session.c  21 Oct 2003 22:09:46 -0000      1.14
@@ -301,6 +301,7 @@
          snprintf(buf, PATH_MAX, "%s/images/sessions/default.png",
                   PACKAGE_DATA_DIR);
          result = evas_object_image_add(evas_object_evas_get(o));
+        evas_object_image_file_set(result, buf, NULL);
       }
    }
    evas_object_move(result, -999, -999);




-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to