sound: Fix copy/paste error
When setting the default output programmitically.
This commit is contained in:
parent
d5642cf221
commit
325747abcc
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ update_default_output (GvcMixerDialog *dialog)
|
|||
if (is_default) {
|
||||
GtkTreeSelection *selection;
|
||||
|
||||
selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (dialog->priv->input_treeview));
|
||||
selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (dialog->priv->output_treeview));
|
||||
gtk_tree_selection_select_iter (selection, &iter);
|
||||
}
|
||||
} while (gtk_tree_model_iter_next (model, &iter));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue