From 0b5e6440403c3f5e93746f4c1987491389aad625 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 19 Jul 2010 23:09:56 +0200 Subject: change_callback shouldnt printas infos are not uptodate --- src/pa-sink-ctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pa-sink-ctl.c b/src/pa-sink-ctl.c index b811edf..ba35bb3 100644 --- a/src/pa-sink-ctl.c +++ b/src/pa-sink-ctl.c @@ -192,7 +192,7 @@ void quit(void) */ void change_callback(pa_context* c, int success, void* userdate) { - print_sink_list(); + return; } void collect_all_info(void) -- cgit