From 0488356c142dd578a6f7d96acbeac0510fa9e2a8 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 26 Jun 2011 12:32:24 +0200 Subject: Send metadata of song related to event to eventcmd ...instead of the current song. Closes #131. --- src/ui_act.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui_act.c') diff --git a/src/ui_act.c b/src/ui_act.c index 06affa1..22ca2da 100644 --- a/src/ui_act.c +++ b/src/ui_act.c @@ -35,7 +35,7 @@ THE SOFTWARE. /* standard eventcmd call */ #define BarUiActDefaultEventcmd(name) BarUiStartEventCmd (&app->settings, \ - name, app->curStation, app->playlist, &app->player, app->ph.stations, \ + name, selStation, selSong, &app->player, app->ph.stations, \ pRet, wRet) /* standard piano call -- cgit v1.2.3