diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-26 21:09:45 -0600 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-26 21:09:45 -0600 |
commit | 38d1512ec2621598cba84c6caf5df2e7d8914cf9 (patch) | |
tree | 3092177dd09ec7836e093298a14a0f1245b02131 /src | |
parent | 991d41fa7c9b5b51942f836ca68265513de6ef8c (diff) | |
download | ayatana-indicator-sound-38d1512ec2621598cba84c6caf5df2e7d8914cf9.tar.gz ayatana-indicator-sound-38d1512ec2621598cba84c6caf5df2e7d8914cf9.tar.bz2 ayatana-indicator-sound-38d1512ec2621598cba84c6caf5df2e7d8914cf9.zip |
temporarily disable tests
Diffstat (limited to 'src')
-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; } |