From aa7ef2d6681b05deb458e4dc94a4a9cc8940790e Mon Sep 17 00:00:00 2001 From: Jan Klemkow Date: Tue, 13 Jul 2010 18:01:48 +0200 Subject: change sink-name to sink-device sink-device is the name of the device --- src/interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interface.c') diff --git a/src/interface.c b/src/interface.c index f6c1ab6..aa7c96c 100644 --- a/src/interface.c +++ b/src/interface.c @@ -80,7 +80,7 @@ void print_sink_list(void) { mvwprintw(menu_win, y+i+offset, x, "%2d %-13s", sink_list[i]->index, - sink_list[i]->name); + sink_list[i]->device); if (i == chooser_sink && chooser_input == -1) wattroff(menu_win, A_REVERSE); -- cgit