aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-03-14 13:04:21 +0000
committerConor Curran <conor.curran@canonical.com>2011-03-14 13:04:21 +0000
commit5e227767d23fd43fd5504e42d3b80b8076effa15 (patch)
tree0ad11acf2b9ef62da9649238fb07fdaf742e2dcd /src/sound-service.c
parent014ef9d63fdf4d7213f1a9481d0566a63daa7543 (diff)
downloadayatana-indicator-sound-5e227767d23fd43fd5504e42d3b80b8076effa15.tar.gz
ayatana-indicator-sound-5e227767d23fd43fd5504e42d3b80b8076effa15.tar.bz2
ayatana-indicator-sound-5e227767d23fd43fd5504e42d3b80b8076effa15.zip
expose transport when closed and cache intended action
Diffstat (limited to 'src/sound-service.c')
-rw-r--r--src/sound-service.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sound-service.c b/src/sound-service.c
index cfc0b7e..9f44624 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -39,8 +39,10 @@ service_shutdown (IndicatorService *service, gpointer user_data)
{
if (mainloop != NULL) {
g_debug("Service shutdown !");
+/*
close_pulse_activites();
g_main_loop_quit(mainloop);
+*/
}
return;
}