From 22e725f545548e6b9583644987e82cb1e3b7ae1f Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Wed, 2 May 2012 17:33:12 +0200 Subject: Really delete seed suggestions There does not seem to be an API call for that. --- src/ui_act.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui_act.c') diff --git a/src/ui_act.c b/src/ui_act.c index 93ba623..0c9ed1b 100644 --- a/src/ui_act.c +++ b/src/ui_act.c @@ -101,7 +101,7 @@ BarUiActCallback(BarUiActAddMusic) { assert (selStation != NULL); reqData.musicId = BarUiSelectMusicId (app, selStation, - selSong, "Add artist or title to station: "); + "Add artist or title to station: "); if (reqData.musicId != NULL) { if (!BarTransformIfShared (app, selStation)) { return; @@ -149,7 +149,7 @@ BarUiActCallback(BarUiActCreateStation) { WaitressReturn_t wRet; PianoRequestDataCreateStation_t reqData; - reqData.id = BarUiSelectMusicId (app, NULL, NULL, + reqData.id = BarUiSelectMusicId (app, NULL, "Create station from artist or title: "); if (reqData.id != NULL) { reqData.type = "mi"; -- cgit v1.2.3