aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-01-12 12:44:27 -0600
committerConor Curran <conor.curran@canonical.com>2011-01-12 12:44:27 -0600
commit5f1d857f263edd696fe1d9af793a26e9bbd5a6c3 (patch)
tree7ef03dcf47c2f3384b2bb340e3dc31b33ab83e9b /src/sound-service.c
parent991d41fa7c9b5b51942f836ca68265513de6ef8c (diff)
downloadayatana-indicator-sound-5f1d857f263edd696fe1d9af793a26e9bbd5a6c3.tar.gz
ayatana-indicator-sound-5f1d857f263edd696fe1d9af793a26e9bbd5a6c3.tar.bz2
ayatana-indicator-sound-5f1d857f263edd696fe1d9af793a26e9bbd5a6c3.zip
moving towards an encapsulated mute
Diffstat (limited to 'src/sound-service.c')
-rw-r--r--src/sound-service.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound-service.c b/src/sound-service.c
index 98f1881..defcb94 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -40,8 +40,8 @@ service_shutdown (IndicatorService *service, gpointer user_data)
{
if (mainloop != NULL) {
g_debug("Service shutdown !");
- close_pulse_activites();
- g_main_loop_quit(mainloop);
+ //close_pulse_activites();
+ //g_main_loop_quit(mainloop);
}
return;
}