diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-05-19 17:05:00 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-05-19 17:05:00 -0400 |
commit | 306604f2426f7a1b7a4516566cb68e1d6c982998 (patch) | |
tree | d11abca5d5b99e665912c7180d503ef56e446ed0 /debian/patches/lp_759390.patch | |
parent | 914a7600bdc7c6e9a8a7afdf165397cc05113f1a (diff) | |
parent | 82a0655d82f040a729b225335b99fafba2786668 (diff) | |
download | ayatana-indicator-sound-306604f2426f7a1b7a4516566cb68e1d6c982998.tar.gz ayatana-indicator-sound-306604f2426f7a1b7a4516566cb68e1d6c982998.tar.bz2 ayatana-indicator-sound-306604f2426f7a1b7a4516566cb68e1d6c982998.zip |
releasing version 0.7.0-0ubuntu1
Diffstat (limited to 'debian/patches/lp_759390.patch')
-rw-r--r-- | debian/patches/lp_759390.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/patches/lp_759390.patch b/debian/patches/lp_759390.patch deleted file mode 100644 index 5a63311..0000000 --- a/debian/patches/lp_759390.patch +++ /dev/null @@ -1,14 +0,0 @@ -=== modified file 'src/sound-service-dbus.c' ---- src/sound-service-dbus.c 2011-04-01 12:59:32 +0000 -+++ src/sound-service-dbus.c 2011-04-13 05:23:24 +0000 -@@ -200,7 +200,8 @@ - { - 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); - |