summaryrefslogtreecommitdiffstats
path: root/src/SourceOutputWindow.cc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-18 01:01:12 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-18 01:01:12 +0000
commit72f6cf7ca0d0baaef7fb0171e0d14cce50d1ef04 (patch)
treebda398675084093336e092e4a081820c0e98f700 /src/SourceOutputWindow.cc
parent878fea16a2d7a319e59a0d7b4d470b0e3b1e42fb (diff)
add support for statwindow
git-svn-id: file:///home/lennart/svn/public/paman/trunk@15 cdefa82f-4ce1-0310-97f5-ab6066f37c3c
Diffstat (limited to 'src/SourceOutputWindow.cc')
-rw-r--r--src/SourceOutputWindow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SourceOutputWindow.cc b/src/SourceOutputWindow.cc
index fd5ae35..0b742d2 100644
--- a/src/SourceOutputWindow.cc
+++ b/src/SourceOutputWindow.cc
@@ -48,7 +48,7 @@ void SourceOutputWindow::updateInfo(const SourceOutputInfo &i) {
nameLabel->set_text(i.name);
snprintf(t, sizeof(t), "#%u", i.index);
indexLabel->set_text(t);
- pa_sample_snprint(ss, sizeof(ss), &i.sample_spec);
+ pa_sample_spec_snprint(ss, sizeof(ss), &i.sample_spec);
sampleTypeLabel->set_text(ss);
if (i.owner_module == PA_INVALID_INDEX)