diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-02-09 11:49:15 -0500 |
---|---|---|
committer | Package Import Robot <package-import@ubuntu.com> | 2012-02-09 11:49:15 -0500 |
commit | c14c51a28751efd19e94acba88016846dd764f86 (patch) | |
tree | 7ed33e456e05d74a9aaaa506d3476fef71f54657 /src/sound-service-dbus.c | |
parent | 8baa6b251b2dcd1591fbdee1de9fe1174d425dcd (diff) | |
parent | 46ce85550e1349998561f82146a3828cc94e311e (diff) | |
download | ayatana-indicator-sound-c14c51a28751efd19e94acba88016846dd764f86.tar.gz ayatana-indicator-sound-c14c51a28751efd19e94acba88016846dd764f86.tar.bz2 ayatana-indicator-sound-c14c51a28751efd19e94acba88016846dd764f86.zip |
* debian/patches/sound_nua.patch
- open the new sound-nua panel in gnome-control-center
* debian/patches/dbusmenu_05_90.patch
- fixed FTBFS with dbusmenu 0.5.90
* debian/control
- bump build depends for dbusmenu to >= 0.5.90
Diffstat (limited to 'src/sound-service-dbus.c')
-rw-r--r-- | src/sound-service-dbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound-service-dbus.c b/src/sound-service-dbus.c index b69f081..899fee8 100644 --- a/src/sound-service-dbus.c +++ b/src/sound-service-dbus.c @@ -228,7 +228,7 @@ 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("gnome-control-center sound", &error) && + !g_spawn_command_line_async("gnome-control-center sound-nua", &error) && !g_spawn_command_line_async("xfce4-mixer", &error)) { g_warning("Unable to show dialog: %s", error->message); |