aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-08-09 21:41:22 +0100
committerConor Curran <conor.curran@canonical.com>2011-08-09 21:41:22 +0100
commit8594ebfd7953488650107625622cba9f343c051f (patch)
tree16eb17edfb7366edd73da53af63a050e336819aa /src/sound-service.c
parent4300a124d6959f8bfad9393530de587fefe828be (diff)
downloadayatana-indicator-sound-8594ebfd7953488650107625622cba9f343c051f.tar.gz
ayatana-indicator-sound-8594ebfd7953488650107625622cba9f343c051f.tar.bz2
ayatana-indicator-sound-8594ebfd7953488650107625622cba9f343c051f.zip
track specific almost in place
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 da9b94e..a9ca56c 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;
}