diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-05 16:06:52 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-05 16:06:52 +0000 |
commit | b8e5c4267c5c5db7889b18441a2fc733dd48cbdd (patch) | |
tree | 073a50e74369d0e4e54a953083e57262525b0f42 /src/sound-service.c | |
parent | f43f3cc7f9f5d762bff2dcd7062cafe554581e20 (diff) | |
download | ayatana-indicator-sound-b8e5c4267c5c5db7889b18441a2fc733dd48cbdd.tar.gz ayatana-indicator-sound-b8e5c4267c5c5db7889b18441a2fc733dd48cbdd.tar.bz2 ayatana-indicator-sound-b8e5c4267c5c5db7889b18441a2fc733dd48cbdd.zip |
blacklisting working plus bug fixed
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 defcb94..98f1881 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -40,8 +40,8 @@ service_shutdown (IndicatorService *service, gpointer user_data) { if (mainloop != NULL) { g_debug("Service shutdown !"); - //close_pulse_activites(); - //g_main_loop_quit(mainloop); + close_pulse_activites(); + g_main_loop_quit(mainloop); } return; } |