diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-22 11:31:31 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-22 11:31:31 +0100 |
commit | 770b3266e2e7a92efb220f990d10ee0e36577b0f (patch) | |
tree | f50a3ea7914fe3b26da2a83ae3e6ed05fc375948 /src/sound-service.c | |
parent | 3c42ee89d903f2bd1a239f2e3e8c236bfe2ef2ba (diff) | |
download | ayatana-indicator-sound-770b3266e2e7a92efb220f990d10ee0e36577b0f.tar.gz ayatana-indicator-sound-770b3266e2e7a92efb220f990d10ee0e36577b0f.tar.bz2 ayatana-indicator-sound-770b3266e2e7a92efb220f990d10ee0e36577b0f.zip |
automatic updates at start up now working properly - still vala oddities to solve but functionality has not been hampered
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 ea04e4b..bcdac07 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -45,8 +45,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; } |