[gnome-control-center] sound: Fix copy/paste error



commit 325747abcc6cc4745f05945d09091b0266ea3c2c
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Nov 22 13:34:57 2010 +0000

    sound: Fix copy/paste error
    
    When setting the default output programmitically.

 panels/sound/gvc-mixer-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/sound/gvc-mixer-dialog.c b/panels/sound/gvc-mixer-dialog.c
index 5b63786..4bca0dd 100644
--- a/panels/sound/gvc-mixer-dialog.c
+++ b/panels/sound/gvc-mixer-dialog.c
@@ -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));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]