diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-28 21:12:07 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-28 21:12:07 +0100 |
commit | 0e616c323a678732dbd593d0d430507e099fda9f (patch) | |
tree | a0ff25cb5b4f98d0c4ea2eb8a25a89248909f647 /src/sound-service.c | |
parent | 33395ee8bff3e3d4b42bc40823eb9efe88f1611d (diff) | |
download | ayatana-indicator-sound-0e616c323a678732dbd593d0d430507e099fda9f.tar.gz ayatana-indicator-sound-0e616c323a678732dbd593d0d430507e099fda9f.tar.bz2 ayatana-indicator-sound-0e616c323a678732dbd593d0d430507e099fda9f.zip |
moving in the right direction
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 bcdac07..ea04e4b 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; } |