Enlightenment CVS committal

Author  : xcomputerman
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/client


Modified Files:
        main.c 


Log Message:
Fix bad theme continuous respawn bug.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/main.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -3 -r1.65 -r1.66
--- main.c      20 Dec 2004 03:07:05 -0000      1.65
+++ main.c      27 Dec 2004 03:31:21 -0000      1.66
@@ -811,7 +811,7 @@
       {
          syslog(LOG_CRIT, "Failed to load theme %s\n", buf);
          entrance_session_free(session);
-         exit(1);
+         exit(EXITCODE);
       }
       evas_object_move(edje, 0, 0);
       evas_object_resize(edje, g_x, g_y);




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to