Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/client


Modified Files:
        main.c 


Log Message:
Bing!  You can now login with taillights !

Basically we were emitting a signal(EntranceAuthSuccess), expecting a
return signal(EntranceAuthSuccessDone), but our "ok" variable wasn't
initialized before we emitted the frist signal.  This in turn made
themes w/o post auth animation break. :)


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/main.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- main.c      23 Dec 2003 04:35:04 -0000      1.24
+++ main.c      23 Dec 2003 04:52:53 -0000      1.25
@@ -172,9 +172,9 @@
             entrance_auth_set_pass(session->auth, str);
             if (!entrance_session_auth_user(session))
             {
+               session->authed = 1;
                edje_object_signal_emit(e->edje.o, "EntranceUserAuthSuccess",
                                        "");
-               session->authed = 1;
             }
             else
             {




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