Enlightenment CVS committal Author : moom16 Project : e17 Module : apps/eclair
Dir : e17/apps/eclair/data/themes/gant/groups Modified Files: playlist_entry.edc Log Message: * Adapt the gant theme to the new playlist container * Open the playlist and the left side of the gant theme on startup (CodeWarrior: if you want to change the color of the playlist items, you have to edit the "data" items in the file gant.edc) =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/eclair/data/themes/gant/groups/playlist_entry.edc,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- playlist_entry.edc 9 May 2005 08:56:42 -0000 1.2 +++ playlist_entry.edc 19 May 2005 08:35:33 -0000 1.3 @@ -8,12 +8,7 @@ description { state: "default" 0.0; visible: 1; - color: 118 146 169 0; - } - description { - state: "current" 0.0; - visible: 1; - color: 118 146 169 180; + color: 255 255 255 0; } } part { @@ -89,27 +84,5 @@ target: "playlist_entry_name"; target: "playlist_entry_length"; } - program { - name: "entry_rect_double_click"; - signal: "mouse,down,1,double"; - source: "entry_rect"; - action: SIGNAL_EMIT "eclair_play_entry" ""; - } - program { - name: "entry_set_current"; - signal: "signal_set_current"; - source: "eclair_bin"; - action: STATE_SET "current" 0.0; - transition: LINEAR 0.5; - target: "entry_rect"; - } - program { - name: "entry_unset_current"; - signal: "signal_unset_current"; - source: "eclair_bin"; - action: STATE_SET "default" 0.0; - transition: LINEAR 0.5; - target: "entry_rect"; - } } } ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs