aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-07-20 17:21:12 +0200
committerConor Curran <conor.curran@canonical.com>2010-07-20 17:21:12 +0200
commit48f11cbfef431334442fbb3bf3c2e06b7da76d29 (patch)
tree253c3138310c291d3e95eb2e70ec1c856c21db3e /src/sound-service.c
parent6265822d010af70aef509031e602714d1c2e24c5 (diff)
downloadayatana-indicator-sound-48f11cbfef431334442fbb3bf3c2e06b7da76d29.tar.gz
ayatana-indicator-sound-48f11cbfef431334442fbb3bf3c2e06b7da76d29.tar.bz2
ayatana-indicator-sound-48f11cbfef431334442fbb3bf3c2e06b7da76d29.zip
proper scrubbing underway
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 8768cd3..16fa87c 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -42,8 +42,8 @@ service_shutdown (IndicatorService *service, gpointer user_data)
if (mainloop != NULL) {
g_debug("Service shutdown !");
// TODO: uncomment for release !!
- close_pulse_activites();
- g_main_loop_quit(mainloop);
+ //close_pulse_activites();
+ //g_main_loop_quit(mainloop);
}
return;
}