Enlightenment CVS committal Author : atmosphere Project : e17 Module : apps/entrance
Dir : e17/apps/entrance/data/themes/taillights/programs Modified Files: session_list_area_programs.edc Log Message: fix =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/programs/session_list_area_programs.edc,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- session_list_area_programs.edc 23 Feb 2004 06:36:52 -0000 1.3 +++ session_list_area_programs.edc 7 Mar 2004 12:40:40 -0000 1.4 @@ -2,18 +2,30 @@ name, "show_session_menu"; signal, "mouse,clicked,1"; source, "session_mouse_area"; - action, STATE_SET "visible" 1.0; + action, STATE_SET "visible" 0.0; target, "session_list_clip"; target, "session_list_border"; target, "user_list_clip"; target, "user_list_border"; transition, ACCELERATE 0.5; + after, "show_session_menu_after"; + } + program { + name, "show_session_menu_after"; + signal, ""; + source, ""; + action, STATE_SET "visible" 1.0; + target, "session_list_clip"; + target, "session_list_border"; + target, "user_list_clip"; + target, "user_list_border"; + transition, DECELERATE 0.3; } program { name, "show_session_description"; signal, "mouse,in"; source, "session_mouse_area"; - action, STATE_SET "visible" 0.0; + action, STATE_SET "visible" 1.0; target, "session_description"; target, "session_clip"; target, "entrance_session_button"; @@ -39,20 +51,6 @@ in, 0.2 0.0; } program { - name, "kill_show_session_description"; - signal, "mouse,out"; - source, "session_mouse_area"; - action, ACTION_STOP; - target, "show_session_description"; - } - program { - name, "show_session_menu"; - signal, "mouse,out"; - source, "session_mouse_area"; - action, ACTION_STOP; - target, "show_session_menu"; - } - program { name, "hide_session_menu"; signal, "mouse,clicked,3"; source, "bgimage"; ------------------------------------------------------- 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