summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@lavabit.com>2009-01-20 17:14:58 +0100
committerLars-Dominik Braun <PromyLOPh@lavabit.com>2009-01-20 17:14:58 +0100
commite6e0b05171fd94f79e139c6157fb29ac2cf64259 (patch)
tree8e00770f5617f62bb36456b290721f8bb6876165 /src/ui.c
parenta5b1ca01c3e17b4113d54003b2d6f797d54b17a2 (diff)
downloadpianobar-windows-e6e0b05171fd94f79e139c6157fb29ac2cf64259.tar.gz
pianobar-windows-e6e0b05171fd94f79e139c6157fb29ac2cf64259.tar.bz2
pianobar-windows-e6e0b05171fd94f79e139c6157fb29ac2cf64259.zip
Genre station/rename prompt changed
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui.c b/src/ui.c
index 098ac87..ae5077f 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -312,7 +312,7 @@ void BarStationFromGenre (PianoHandle_t *ph) {
curCat = curCat->next;
}
/* select category or exit */
- if (!BarReadlineInt (NULL, &i)) {
+ if (!BarReadlineInt ("Select category: ", &i)) {
BarUiMsg ("Aborted.\n");
return;
}
@@ -330,7 +330,7 @@ void BarStationFromGenre (PianoHandle_t *ph) {
i++;
curStation = curStation->next;
}
- if (!BarReadlineInt (NULL, &i)) {
+ if (!BarReadlineInt ("Select genre: ", &i)) {
BarUiMsg ("Aborted.\n");
return;
}