diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2011-07-23 20:22:53 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2011-07-25 13:47:51 +0200 |
commit | 0728b6a89de607e211bbc075b34f08495ac0d22f (patch) | |
tree | 09a42ba0970af7ba463f4adf6936289a60fbfe94 /src/main.c | |
parent | ba936d5092e5369188e74737f820427acf3bd145 (diff) | |
download | pianobar-0728b6a89de607e211bbc075b34f08495ac0d22f.tar.gz pianobar-0728b6a89de607e211bbc075b34f08495ac0d22f.tar.bz2 pianobar-0728b6a89de607e211bbc075b34f08495ac0d22f.zip |
Added toggle to quickmix menu
Closes #141
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ static void BarMainGetInitialStation (BarApp_t *app) { } /* no autostart? ask the user */ if (app->curStation == NULL) { - app->curStation = BarUiSelectStation (app, "Select station: "); + app->curStation = BarUiSelectStation (app, "Select station: ", NULL); } if (app->curStation != NULL) { BarUiPrintStation (&app->settings, app->curStation); |