summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2010-04-20 20:45:26 +0100
committerColin Guthrie <cguthrie@mandriva.org>2010-04-20 20:45:26 +0100
commit18c89457084b8a75d423e3c720a8452ed63db830 (patch)
treec4d35002e9955e730f1eb84cbcd9d96ffbdda61a /src
parent7de18201a38fc8bee15e6ef162fb35d242e6d00b (diff)
source-outputs: Fix a bug where the 'no streams' label is sometimes shown along with the actual widget.
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cc b/src/mainwindow.cc
index 7ada1ca..25456a7 100644
--- a/src/mainwindow.cc
+++ b/src/mainwindow.cc
@@ -541,6 +541,7 @@ void MainWindow::updateSourceOutput(const pa_source_output_info &info) {
recsVBox->pack_start(*w, false, false, 0);
w->index = info.index;
w->clientIndex = info.client;
+ is_new = true;
}
w->updating = true;