[gnome-media] Use correct command for sound preferences
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-media] Use correct command for sound preferences
- Date: Wed, 21 Jul 2010 14:14:33 +0000 (UTC)
commit 5e6bd29ef12300e47c6f49716fc57a74298666da
Author: Bastien Nocera <hadess hadess net>
Date: Wed Jul 21 14:45:24 2010 +0100
Use correct command for sound preferences
Using gnome-control-center, not gnome-volume-control
gnome-volume-control/src/gvc-stream-status-icon.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-volume-control/src/gvc-stream-status-icon.c b/gnome-volume-control/src/gvc-stream-status-icon.c
index 3254a5b..46619aa 100644
--- a/gnome-volume-control/src/gvc-stream-status-icon.c
+++ b/gnome-volume-control/src/gvc-stream-status-icon.c
@@ -219,7 +219,7 @@ on_menu_activate_open_volume_control (GtkMenuItem *item,
error = NULL;
gdk_spawn_command_line_on_screen (gtk_widget_get_screen (icon->priv->dock),
- "gnome-volume-control",
+ "gnome-control-center sound",
&error);
if (error != NULL) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]