diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-02-09 16:49:44 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2012-02-09 16:49:44 -0500 |
commit | 46ce85550e1349998561f82146a3828cc94e311e (patch) | |
tree | 7f851c1a54166f17277ed279789e613181a97711 /debian/patches/sound_nua.patch | |
parent | 4beadce168bb0894a2bfe195a989f348007c1031 (diff) | |
download | ayatana-indicator-sound-46ce85550e1349998561f82146a3828cc94e311e.tar.gz ayatana-indicator-sound-46ce85550e1349998561f82146a3828cc94e311e.tar.bz2 ayatana-indicator-sound-46ce85550e1349998561f82146a3828cc94e311e.zip |
releasing version 0.8.0.0-0ubuntu4
Diffstat (limited to 'debian/patches/sound_nua.patch')
-rw-r--r-- | debian/patches/sound_nua.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/sound_nua.patch b/debian/patches/sound_nua.patch new file mode 100644 index 0000000..4b31b61 --- /dev/null +++ b/debian/patches/sound_nua.patch @@ -0,0 +1,13 @@ +=== modified file 'src/sound-service-dbus.c' +--- old/src/sound-service-dbus.c 2011-08-10 16:58:49 +0000 ++++ new/src/sound-service-dbus.c 2012-02-09 21:32:58 +0000 +@@ -228,7 +228,7 @@ + { + 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); + |