diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-08-18 11:57:27 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-08-18 11:57:27 +0100 |
commit | 4897f3ce524e6d91ecd0c70142556be0f29367b7 (patch) | |
tree | 5aa8c8001b5ea2f7417dd2bf962347e527581425 /src/sound-service.c | |
parent | 75ba919b383a4da5d2634e4f9b85a3cdcbaa907d (diff) | |
download | ayatana-indicator-sound-4897f3ce524e6d91ecd0c70142556be0f29367b7.tar.gz ayatana-indicator-sound-4897f3ce524e6d91ecd0c70142556be0f29367b7.tar.bz2 ayatana-indicator-sound-4897f3ce524e6d91ecd0c70142556be0f29367b7.zip |
ready for the merge
Diffstat (limited to 'src/sound-service.c')
-rw-r--r-- | src/sound-service.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sound-service.c b/src/sound-service.c index 16fa87c..12f067e 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -25,7 +25,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>. static GMainLoop *mainloop = NULL; - /**********************************************************************************************************************/ // Init and exit functions /**********************************************************************************************************************/ @@ -42,8 +41,8 @@ service_shutdown (IndicatorService *service, gpointer user_data) if (mainloop != NULL) { g_debug("Service shutdown !"); // TODO: uncomment for release !! - //close_pulse_activites(); - //g_main_loop_quit(mainloop); + close_pulse_activites(); + g_main_loop_quit(mainloop); } return; } |