diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-02-18 17:20:04 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-02-18 17:20:04 +0000 |
commit | 223ff23be530c865da8a8b90d18ca77c36af6e35 (patch) | |
tree | 652e4449dc1654f37c60e6b796599a82d7187fb3 | |
parent | e2ac5884b9c759c71f0ef2c07bdedf2e32c940bd (diff) | |
download | ayatana-indicator-sound-223ff23be530c865da8a8b90d18ca77c36af6e35.tar.gz ayatana-indicator-sound-223ff23be530c865da8a8b90d18ca77c36af6e35.tar.bz2 ayatana-indicator-sound-223ff23be530c865da8a8b90d18ca77c36af6e35.zip |
tidy up
-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 9f44624..c79b9f6 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -39,10 +39,10 @@ service_shutdown (IndicatorService *service, gpointer user_data) { if (mainloop != NULL) { g_debug("Service shutdown !"); -/* + close_pulse_activites(); g_main_loop_quit(mainloop); -*/ + } return; } |