Enlightenment CVS committal

Author  : rephorm
Project : misc
Module  : eplayer

Dir     : misc/eplayer/src


Modified Files:
        interface.c 


Log Message:

allow signals to come from any source.
this allows much more flexibility.


===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/interface.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- interface.c 10 Jan 2004 16:04:49 -0000      1.28
+++ interface.c 15 Jan 2004 02:54:32 -0000      1.29
@@ -186,31 +186,31 @@
        Evas_Object *e = player->gui.edje;
        int i;
        EdjeCallback cb[] = {
-               {"QUIT", "quit",
+               {"QUIT", "*",
                 (EdjeCb) cb_eplayer_quit},
                {"RAISE", "*",
                 (EdjeCb) cb_eplayer_raise},
-               {"PLAY_PREVIOUS", "previous_button",
+               {"PLAY_PREVIOUS", "*",
                 (EdjeCb) cb_track_prev},
-               {"PLAY_NEXT", "next_button",
+               {"PLAY_NEXT", "*",
                 (EdjeCb) cb_track_next},
-               {"SEEK_BACK", "seekback_button",
+               {"SEEK_BACK", "*",
                 (EdjeCb) cb_seek_backward},
-               {"SEEK_FORWARD", "seekforward_button",
+               {"SEEK_FORWARD", "*",
                 (EdjeCb) cb_seek_forward},
-               {"PLAY", "play_button",
+               {"PLAY", "*",
                 (EdjeCb) cb_play},
-               {"PAUSE", "pause_button",
+               {"PAUSE", "*",
                 (EdjeCb) cb_pause},
-               {"STOP", "stop_button",
+               {"STOP", "*",
                 (EdjeCb) cb_stop},
-               {"VOL_INCR", "vol_incr_button",
+               {"VOL_INCR", "*",
                 (EdjeCb) cb_volume_raise},
-               {"VOL_DECR", "vol_decr_button",
+               {"VOL_DECR", "*",
                 (EdjeCb) cb_volume_lower},
-               {"TOGGLE_TIME_DISPLAY_MODE", "time_text",
+               {"TOGGLE_TIME_DISPLAY_MODE", "*",
                 (EdjeCb) cb_time_display_toggle},
-               {"TOGGLE_REPEAT_MODE", "repeat_mode",
+               {"TOGGLE_REPEAT_MODE", "*",
                 (EdjeCb) cb_repeat_mode_toggle},
                {"SWITCH_GROUP", "*",
                 (EdjeCb) cb_switch_group},




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to