diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-27 15:14:53 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-27 15:14:53 +0100 |
commit | 694340cf4123edee2d3c22173c1ac855a6b187f7 (patch) | |
tree | 075bc2504e749a71dc52540adffd027547fe315a /src/sound-service.c | |
parent | 91aa6c3f4cdf7fdf3c5b96fa9c24c6ba089c8c42 (diff) | |
download | ayatana-indicator-sound-694340cf4123edee2d3c22173c1ac855a6b187f7.tar.gz ayatana-indicator-sound-694340cf4123edee2d3c22173c1ac855a6b187f7.tar.bz2 ayatana-indicator-sound-694340cf4123edee2d3c22173c1ac855a6b187f7.zip |
lots of bits tidied up
Diffstat (limited to 'src/sound-service.c')
-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 16fa87c..8768cd3 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -42,8 +42,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; } |