diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-12-21 14:53:56 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-12-21 14:53:56 +0000 |
commit | 4843ae15f1ce4111c03b0fc24f5a8989d0619697 (patch) | |
tree | 55c320b02c23bedfc750ea25702d461402205520 /src/sound-service.c | |
parent | c8c7681e7b9e2995d29fa58c931aa09e451c4fee (diff) | |
download | ayatana-indicator-sound-4843ae15f1ce4111c03b0fc24f5a8989d0619697.tar.gz ayatana-indicator-sound-4843ae15f1ce4111c03b0fc24f5a8989d0619697.tar.bz2 ayatana-indicator-sound-4843ae15f1ce4111c03b0fc24f5a8989d0619697.zip |
playlists ready to go into trunk
Diffstat (limited to 'src/sound-service.c')
-rw-r--r-- | src/sound-service.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound-service.c b/src/sound-service.c index defcb94..98f1881 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; } |