aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-02-15 16:34:51 +0000
committerConor Curran <conor.curran@canonical.com>2010-02-15 16:34:51 +0000
commit683d166080ad0be95e4c5374dfd6408472e24831 (patch)
treee6e256e427222a8ce847155f10e30cfdbf304ff3 /src/sound-service.c
parenta33c5276c9f07d54af523406445070bef6edf256 (diff)
downloadayatana-indicator-sound-683d166080ad0be95e4c5374dfd6408472e24831.tar.gz
ayatana-indicator-sound-683d166080ad0be95e4c5374dfd6408472e24831.tar.bz2
ayatana-indicator-sound-683d166080ad0be95e4c5374dfd6408472e24831.zip
added callback for key events - not working currently
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 d5c4eae..228e560 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -124,8 +124,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;
}