[gnome-media] grecord: Should call "gnome-control-center sound" not the old g-v-c



commit ea6fee0fbf8662a32a5cd2b5c96c1f75a9233813
Author: Sebastien Bacher <seb128 ubuntu com>
Date:   Thu Jun 7 18:26:26 2012 +0200

    grecord: Should call "gnome-control-center sound" not the old g-v-c
    
    Signed-off-by: Oleksij Rempel <bug-track fisher-privat net>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=667402

 grecord/src/gsr-window.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/grecord/src/gsr-window.c b/grecord/src/gsr-window.c
index bebb991..bd802d6 100644
--- a/grecord/src/gsr-window.c
+++ b/grecord/src/gsr-window.c
@@ -805,16 +805,16 @@ run_mixer_cb (GtkAction *action,
 	       GSRWindow *window)
 {
 	char *mixer_path;
-	char *argv[4] = {NULL, "--page", "recording",  NULL};
+	char *argv[4] = {NULL, "sound", "input",  NULL};
 	GError *error = NULL;
 	gboolean ret;
 
 	/* Open the mixer */
-	mixer_path = g_find_program_in_path ("gnome-volume-control");
+	mixer_path = g_find_program_in_path ("gnome-control-center");
 	if (mixer_path == NULL) {
 		show_error_dialog (GTK_WINDOW (window), NULL,
 		                   _("%s is not installed in the path."),
-		                   "gnome-volume-control");
+		                   "gnome-control-center");
 		return;
 	}
 



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