aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-01-25 10:30:58 -0600
committerConor Curran <conor.curran@canonical.com>2011-01-25 10:30:58 -0600
commit329fda69862c649131c22fbac7e410c2af3603ae (patch)
tree17ae32cb6da52fe2823ab5bdda3d3909ca739910
parent991d41fa7c9b5b51942f836ca68265513de6ef8c (diff)
downloadayatana-indicator-sound-329fda69862c649131c22fbac7e410c2af3603ae.tar.gz
ayatana-indicator-sound-329fda69862c649131c22fbac7e410c2af3603ae.tar.bz2
ayatana-indicator-sound-329fda69862c649131c22fbac7e410c2af3603ae.zip
-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;
}