diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-28 12:42:36 -0600 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-28 12:42:36 -0600 |
commit | 3426aa3e89ed01c81f019b4ffd4aea76df864fc7 (patch) | |
tree | e2556eeb34dd899c5e09e98383053cd24a10872d | |
parent | 1a99cdc112da4a119df08642d583cc6d6f5fca7f (diff) | |
download | ayatana-indicator-sound-3426aa3e89ed01c81f019b4ffd4aea76df864fc7.tar.gz ayatana-indicator-sound-3426aa3e89ed01c81f019b4ffd4aea76df864fc7.tar.bz2 ayatana-indicator-sound-3426aa3e89ed01c81f019b4ffd4aea76df864fc7.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 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; } |