diff options
| author | Conor Curran <conor.curran@canonical.com> | 2011-01-05 12:56:02 +0000 |
|---|---|---|
| committer | Conor Curran <conor.curran@canonical.com> | 2011-01-05 12:56:02 +0000 |
| commit | f43f3cc7f9f5d762bff2dcd7062cafe554581e20 (patch) | |
| tree | 3e54c874a09baa09d6a2c6d769ce6fe90d91c688 /src/sound-service.c | |
| parent | d9c023fd1ba9e5630755634d7f0e983081cbc195 (diff) | |
| download | ayatana-indicator-sound-f43f3cc7f9f5d762bff2dcd7062cafe554581e20.tar.gz ayatana-indicator-sound-f43f3cc7f9f5d762bff2dcd7062cafe554581e20.tar.bz2 ayatana-indicator-sound-f43f3cc7f9f5d762bff2dcd7062cafe554581e20.zip | |
block start ups that are blacklisted
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 98f1881..defcb94 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; } |
