aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-08-11 22:00:58 +0100
committerConor Curran <conor.curran@canonical.com>2010-08-11 22:00:58 +0100
commit44d47d0c4d334ba3cd2b8d9bd34893ba8c3dedf9 (patch)
tree0010a48ba263bc2a1a1f48c193949941d43aacd4 /src
parenta2602568c272cc87aa02db62b46de5c05710c29a (diff)
parenteda68d190faa2919a98b3fb0cb30007148634768 (diff)
downloadayatana-indicator-sound-44d47d0c4d334ba3cd2b8d9bd34893ba8c3dedf9.tar.gz
ayatana-indicator-sound-44d47d0c4d334ba3cd2b8d9bd34893ba8c3dedf9.tar.bz2
ayatana-indicator-sound-44d47d0c4d334ba3cd2b8d9bd34893ba8c3dedf9.zip
merged the default sound preferences page
Diffstat (limited to 'src')
-rw-r--r--src/dbus-menu-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus-menu-manager.c b/src/dbus-menu-manager.c
index 5b97a0d..6f0af9e 100644
--- a/src/dbus-menu-manager.c
+++ b/src/dbus-menu-manager.c
@@ -174,7 +174,7 @@ Bring up the gnome volume preferences dialog
static void show_sound_settings_dialog (DbusmenuMenuitem *mi, gpointer user_data)
{
GError * error = NULL;
- if (!g_spawn_command_line_async("gnome-volume-control", &error) &&
+ if (!g_spawn_command_line_async("gnome-volume-control --page=applications", &error) &&
!g_spawn_command_line_async("xfce4-mixer", &error))
{
g_warning("Unable to show dialog: %s", error->message);