← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~bilalakhtar/indicator-sound/fix-594396 into lp:indicator-sound

 

Bilal Akhtar has proposed merging lp:~bilalakhtar/indicator-sound/fix-594396 into lp:indicator-sound.

Requested reviews:
  Conor Curran (cjcurran)
  Indicator Applet Developers (indicator-applet-developers)
Related bugs:
  #594396 "Sound Effects" should not be the default tab in Sound Preferences
  https://bugs.launchpad.net/bugs/594396


This branch fixes bug #594396 .
-- 
https://code.launchpad.net/~bilalakhtar/indicator-sound/fix-594396/+merge/32318
Your team ayatana-commits is subscribed to branch lp:indicator-sound.
=== modified file 'src/dbus-menu-manager.c'
--- src/dbus-menu-manager.c	2010-08-04 10:32:25 +0000
+++ src/dbus-menu-manager.c	2010-08-11 13:07:43 +0000
@@ -174,7 +174,7 @@
 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);


Follow ups