Enlightenment CVS committal Author : moom16 Project : e17 Module : apps/eclair
Dir : e17/apps/eclair/data/themes/gant/programs Modified Files: body.edc playlist.edc Log Message: * Fix the gant theme to make it work with the new modification of eclair =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/eclair/data/themes/gant/programs/body.edc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- body.edc 9 May 2005 01:38:04 -0000 1.1 +++ body.edc 10 Jun 2005 20:10:31 -0000 1.2 @@ -16,7 +16,7 @@ name: "button_minimize_clicked"; signal: "mouse,clicked,1"; source: "button_minimize"; - action: SIGNAL_EMIT "eclair_minimize" ""; + action: SIGNAL_EMIT "eclair_main_minimize" ""; } program { name: "button_close_down"; @@ -36,5 +36,5 @@ name: "button_close_clicked"; signal: "mouse,clicked,1"; source: "button_close"; - action: SIGNAL_EMIT "eclair_close" ""; + action: SIGNAL_EMIT "eclair_main_close" ""; } =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/eclair/data/themes/gant/programs/playlist.edc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- playlist.edc 9 May 2005 01:38:04 -0000 1.1 +++ playlist.edc 10 Jun 2005 20:10:31 -0000 1.2 @@ -30,23 +30,23 @@ name: "playlist_scroll_down_start"; source: "playlist_scrollbar_down"; signal: "mouse,down,1"; - action: SIGNAL_EMIT "playlist_scroll_down_start" ""; + action: SIGNAL_EMIT "eclair_playlist_scroll_down_start" ""; } program { name: "playlist_scroll_down_stop"; source: "playlist_scrollbar_down"; signal: "mouse,up,1"; - action: SIGNAL_EMIT "playlist_scroll_down_stop" ""; + action: SIGNAL_EMIT "eclair_playlist_scroll_down_stop" ""; } program { name: "playlist_scroll_up_start"; source: "playlist_scrollbar_up"; signal: "mouse,down,1"; - action: SIGNAL_EMIT "playlist_scroll_up_start" ""; + action: SIGNAL_EMIT "eclair_playlist_scroll_up_start" ""; } program { name: "playlist_scroll_up_stop"; source: "playlist_scrollbar_up"; signal: "mouse,up,1"; - action: SIGNAL_EMIT "playlist_scroll_up_stop" ""; + action: SIGNAL_EMIT "eclair_playlist_scroll_up_stop" ""; } ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs