From d6caaaa548a3ba7d9a82b04fcf692df62769ab62 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 15 Apr 2011 17:23:40 -0400 Subject: releasing version 0.6.6.1-0ubuntu2 --- debian/patches/lp_759390.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 debian/patches/lp_759390.patch (limited to 'debian/patches/lp_759390.patch') diff --git a/debian/patches/lp_759390.patch b/debian/patches/lp_759390.patch new file mode 100644 index 0000000..5a63311 --- /dev/null +++ b/debian/patches/lp_759390.patch @@ -0,0 +1,14 @@ +=== 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); + -- cgit v1.2.3