diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-02 00:18:04 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-02 00:18:04 +0000 |
commit | a6152fcf5ec57d7252617a7ede36aa53de7f2930 (patch) | |
tree | abce27406eaa2fe29e1705b0b38b81cd947871af /src/sound-service.c | |
parent | 6468402475d7bfced0ee905bdd56977cc2f4b7da (diff) | |
parent | 7a92d249547ff1783725850edb39a952e52ee8c9 (diff) | |
download | ayatana-indicator-sound-a6152fcf5ec57d7252617a7ede36aa53de7f2930.tar.gz ayatana-indicator-sound-a6152fcf5ec57d7252617a7ede36aa53de7f2930.tar.bz2 ayatana-indicator-sound-a6152fcf5ec57d7252617a7ede36aa53de7f2930.zip |
slow progress on the testing front
Diffstat (limited to 'src/sound-service.c')
-rw-r--r-- | src/sound-service.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound-service.c b/src/sound-service.c index 62f6bc6..61bf702 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -127,6 +127,7 @@ service_shutdown (IndicatorService *service, gpointer user_data) if (mainloop != NULL) { g_debug("Service shutdown !"); // TODO: uncomment for release !! + // TODO free the dbus interface !! close_pulse_activites(); g_main_loop_quit(mainloop); } |