From 3670698e2e0978adc1853507358864a98e1e92a3 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Wed, 13 Apr 2011 01:10:51 -0400 Subject: Enabled "Sound Preferences" support for gnome-control-center 3 --- src/sound-service-dbus.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/sound-service-dbus.c') 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); -- cgit v1.2.3