Enlightenment CVS committal

Author  : xcomputerman
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/client


Modified Files:
        main.c 


Log Message:
src/client/main.c:
- Trivial(?) bug in closing sequence
- Introduce edje_shutdown()


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/main.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- main.c      2 Jan 2004 22:36:05 -0000       1.30
+++ main.c      14 Jan 2004 17:18:33 -0000      1.31
@@ -764,9 +764,10 @@
 
       if (session->authed)
          entrance_session_start_user_session(session);
-      else
-       ecore_evas_shutdown();
+
+      ecore_evas_shutdown();
       entrance_session_free(session);
+      edje_shutdown();
       ecore_x_shutdown();
       ecore_shutdown();
    }




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to