aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-01-27 17:15:10 -0600
committerConor Curran <conor.curran@canonical.com>2011-01-27 17:15:10 -0600
commit378302145a86c96a664935e5a5f27721c560aed7 (patch)
tree6c058b0b479fe73801ac0086774e682f7dd679af /src
parentb03499a823ded3f262aa065ee24b3e30a4cf0ca3 (diff)
downloadayatana-indicator-sound-378302145a86c96a664935e5a5f27721c560aed7.tar.gz
ayatana-indicator-sound-378302145a86c96a664935e5a5f27721c560aed7.tar.bz2
ayatana-indicator-sound-378302145a86c96a664935e5a5f27721c560aed7.zip
tidy up
Diffstat (limited to 'src')
-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 c1bb9b4..2cb33d3 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;
}