diff options
author | ben <benjaminfranzke@googlemail.com> | 2010-07-19 23:09:56 +0200 |
---|---|---|
committer | ben <benjaminfranzke@googlemail.com> | 2010-07-19 23:29:42 +0200 |
commit | 0b5e6440403c3f5e93746f4c1987491389aad625 (patch) | |
tree | 6636fb9f4de46a2565695a0fb424f41c227f7651 /src | |
parent | 9728688ab9e80ba54bacae0e76c16882c491e3eb (diff) | |
download | pa-sink-ctl-0b5e6440403c3f5e93746f4c1987491389aad625.tar.gz pa-sink-ctl-0b5e6440403c3f5e93746f4c1987491389aad625.tar.bz2 pa-sink-ctl-0b5e6440403c3f5e93746f4c1987491389aad625.zip |
change_callback shouldnt printas infos are not uptodate
Diffstat (limited to 'src')
-rw-r--r-- | src/pa-sink-ctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |