Enlightenment CVS committal Author : xcomputerman Project : e17 Module : apps/entrance
Dir : e17/apps/entrance/src/client Modified Files: entrance_session.c main.c Log Message: Too many signals, poor edjes getting confused :) =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_session.c,v retrieving revision 1.56 retrieving revision 1.57 diff -u -3 -r1.56 -r1.57 --- entrance_session.c 27 Jun 2004 19:33:13 -0000 1.56 +++ entrance_session.c 2 Nov 2004 05:54:37 -0000 1.57 @@ -200,7 +200,9 @@ edje_object_signal_emit(e->edje, "In", "EntranceUserEntry"); /* FIXME: we shouldn't emit UserAuthFail here, but it gets us back to the beginning */ - edje_object_signal_emit(e->edje, "EntranceUserAuthFail", ""); + /* Any code that calls user_reset will also need to send the appropriate signal + to the edje - we're sending multiple signals and this can cause mayhem. */ +/* edje_object_signal_emit(e->edje, "EntranceUserFail", ""); */ } } @@ -281,7 +283,7 @@ else { evas_object_del(obj); - edje_object_signal_emit(e->edje, "In", "EntrancePassEntry"); + /* edje_object_signal_emit(e->edje, "In", "EntrancePassEntry"); */ edje_object_signal_emit(e->edje, "EntranceUserFail", ""); } } =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/main.c,v retrieving revision 1.55 retrieving revision 1.56 diff -u -3 -r1.55 -r1.56 --- main.c 17 Aug 2004 03:10:18 -0000 1.55 +++ main.c 2 Nov 2004 05:54:37 -0000 1.56 @@ -362,6 +362,7 @@ if (session && data) { entrance_session_user_reset(session); +/* edje_object_signal_emit(o, "EntranceUserFail", "");*/ } } ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs