source-outputs: Fix a bug where the 'no streams' label is sometimes shown along with the actual widget.

This commit is contained in:
Colin Guthrie 2010-04-20 20:45:26 +01:00
parent 7de18201a3
commit 18c8945708
1 changed files with 1 additions and 0 deletions

View File

@ -541,6 +541,7 @@ void MainWindow::updateSourceOutput(const pa_source_output_info &info) {
recsVBox->pack_start(*w, false, false, 0); recsVBox->pack_start(*w, false, false, 0);
w->index = info.index; w->index = info.index;
w->clientIndex = info.client; w->clientIndex = info.client;
is_new = true;
} }
w->updating = true; w->updating = true;