summaryrefslogtreecommitdiff
path: root/src/ui_dispatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui_dispatch.c')
-rw-r--r--src/ui_dispatch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui_dispatch.c b/src/ui_dispatch.c
index ddcf60c..93c77c8 100644
--- a/src/ui_dispatch.c
+++ b/src/ui_dispatch.c
@@ -56,9 +56,9 @@ BarKeyShortcutId_t BarUiDispatch (BarApp_t *app, const char key, PianoStation_t
return i;
} else if (verbose) {
if (dispatchActions[i].context & BAR_DC_SONG) {
- BarUiMsg (MSG_ERR, "No song playing.\n");
+ BarUiMsg (&app->settings, MSG_ERR, "No song playing.\n");
} else if (dispatchActions[i].context & BAR_DC_STATION) {
- BarUiMsg (MSG_ERR, "No station selected.\n");
+ BarUiMsg (&app->settings, MSG_ERR, "No station selected.\n");
} else {
assert (0);
}