aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service-dbus.c
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-05-19 15:38:17 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-05-19 15:38:17 -0400
commit82a0655d82f040a729b225335b99fafba2786668 (patch)
treee1b1fb58a93f9d990d936cd60956fa7fbd7c42f2 /src/sound-service-dbus.c
parentab30eadeaaee5ba003feaa5207c77820cc021684 (diff)
parent7a66e3144234408fad971e25f8164eab085fa21f (diff)
downloadayatana-indicator-sound-82a0655d82f040a729b225335b99fafba2786668.tar.gz
ayatana-indicator-sound-82a0655d82f040a729b225335b99fafba2786668.tar.bz2
ayatana-indicator-sound-82a0655d82f040a729b225335b99fafba2786668.zip
Import upstream version 0.7.0
Diffstat (limited to 'src/sound-service-dbus.c')
-rw-r--r--src/sound-service-dbus.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sound-service-dbus.c b/src/sound-service-dbus.c
index a22e648..d0fd765 100644
--- a/src/sound-service-dbus.c
+++ b/src/sound-service-dbus.c
@@ -200,7 +200,8 @@ show_sound_settings_dialog (DbusmenuMenuitem *mi,
{
GError * error = NULL;
if (!g_spawn_command_line_async("gnome-volume-control --page=applications", &error) &&
- !g_spawn_command_line_async("xfce4-mixer", &error))
+ !g_spawn_command_line_async("gnome-control-center sound", &error) &&
+ !g_spawn_command_line_async("xfce4-mixer", &error))
{
g_warning("Unable to show dialog: %s", error->message);
g_error_free(error);