Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/client


Modified Files:
        main.c 


Log Message:
directions on where things go after talking with xcomp about it
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/main.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -3 -r1.44 -r1.45
--- main.c      23 Mar 2004 17:43:35 -0000      1.44
+++ main.c      23 Mar 2004 18:04:18 -0000      1.45
@@ -296,6 +296,13 @@
    if (!session->authed)
       syslog(LOG_CRIT,
              "Theme attempted to launch session without finishing authentication. 
Please fix your theme.");
+   else
+   {
+      /* 
+       * Request cookie here and call ecore_main_loop_quit, after we
+       * receive the cookie back from server
+       */
+   }
    ecore_main_loop_quit();
 }
 
@@ -850,7 +857,10 @@
       if (session->authed)
          entrance_session_start_user_session(session);
       else
+      {
+         entrance_ipc_shutdown();
          ecore_evas_shutdown();
+      }
       entrance_session_free(session);
       edje_shutdown();
       ecore_x_shutdown();




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