diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-09-08 12:32:06 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-09-08 12:32:06 +0200 |
commit | e8dbd1c4501965be441fb99855dc5d2f52d549dd (patch) | |
tree | 351494f8a9e94c35280dbc584e8abf7c3f71eb8e /src/sound-service.c | |
parent | 0b25b8a95dfd8b8b6743f7a0a055be05dfea956b (diff) | |
parent | b347212eb1cb41fb9739a9873b0ff8eb8abb4b77 (diff) | |
download | ayatana-indicator-sound-e8dbd1c4501965be441fb99855dc5d2f52d549dd.tar.gz ayatana-indicator-sound-e8dbd1c4501965be441fb99855dc5d2f52d549dd.tar.bz2 ayatana-indicator-sound-e8dbd1c4501965be441fb99855dc5d2f52d549dd.zip |
* New upstream release fixing those issues
Diffstat (limited to 'src/sound-service.c')
-rw-r--r-- | src/sound-service.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sound-service.c b/src/sound-service.c index 12f067e..f19379d 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -40,14 +40,13 @@ service_shutdown (IndicatorService *service, gpointer user_data) { if (mainloop != NULL) { g_debug("Service shutdown !"); - // TODO: uncomment for release !! + //TODO: uncomment for release !! close_pulse_activites(); g_main_loop_quit(mainloop); } return; } - /** main: **/ |