aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-09-01 00:31:55 +0100
committerConor Curran <conor.curran@canonical.com>2010-09-01 00:31:55 +0100
commit262ef2532f8aa20018a750307f3d4815933e3c47 (patch)
tree344d07427139ce4b75f748b2e2e60c2dc0aa9c2c /src/sound-service.c
parent610f7ed87e0b95dd16ff75024672dba36028b745 (diff)
downloadayatana-indicator-sound-262ef2532f8aa20018a750307f3d4815933e3c47.tar.gz
ayatana-indicator-sound-262ef2532f8aa20018a750307f3d4815933e3c47.tar.bz2
ayatana-indicator-sound-262ef2532f8aa20018a750307f3d4815933e3c47.zip
first legit attempt at icon gutter placement failed
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 12f067e..42ce116 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -41,8 +41,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;
}