aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-02-10 17:29:42 +0000
committerConor Curran <conor.curran@canonical.com>2010-02-10 17:29:42 +0000
commit6223dbc1a2d80280898b3cd23389d04c9c6ab192 (patch)
tree5ddabce5d1bedd5fc4f9d3e27aa0829439d5404f /src/sound-service.c
parent1b4d886b058dcfc0c0c89631bdeb91209ebfcdda (diff)
downloadayatana-indicator-sound-6223dbc1a2d80280898b3cd23389d04c9c6ab192.tar.gz
ayatana-indicator-sound-6223dbc1a2d80280898b3cd23389d04c9c6ab192.tar.bz2
ayatana-indicator-sound-6223dbc1a2d80280898b3cd23389d04c9c6ab192.zip
new slider implemented with correct settings
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 4f76dd1..379c61a 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;
}