Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/client


Modified Files:
        entrance_session.c main.c 


Log Message:
We have to shutdown ecore_evas or the session just sits there and never
starts :(


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_session.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- entrance_session.c  2 Jan 2004 18:29:29 -0000       1.27
+++ entrance_session.c  2 Jan 2004 22:36:05 -0000       1.28
@@ -261,6 +261,7 @@
    syslog(LOG_CRIT, "Executing %s", buf);
 
    ecore_evas_free(e->ee);
+   ecore_evas_shutdown();
    e->ee = NULL;
 
    ecore_x_sync();
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/main.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- main.c      2 Jan 2004 18:29:29 -0000       1.29
+++ main.c      2 Jan 2004 22:36:05 -0000       1.30
@@ -763,11 +763,10 @@
       entrance_session_run(session);
 
       if (session->authed)
-      {
          entrance_session_start_user_session(session);
-      }
+      else
+       ecore_evas_shutdown();
       entrance_session_free(session);
-      ecore_evas_shutdown();
       ecore_x_shutdown();
       ecore_shutdown();
    }




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to