diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-06 11:49:17 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-06 11:49:17 +0100 |
commit | 0a4c3a239cf405642ad829b6841925140792d33f (patch) | |
tree | 61e2fedba30091e05b630afcdb76c70505982d29 /src/sound-service.c | |
parent | d029feb874b01c3d5bb4465cde13b949bca84d73 (diff) | |
download | ayatana-indicator-sound-0a4c3a239cf405642ad829b6841925140792d33f.tar.gz ayatana-indicator-sound-0a4c3a239cf405642ad829b6841925140792d33f.tar.bz2 ayatana-indicator-sound-0a4c3a239cf405642ad829b6841925140792d33f.zip |
scroll fix merged
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 42ce116..12f067e 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -41,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; } |