aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2010-09-08 12:32:06 +0200
committerSebastien Bacher <seb128@ubuntu.com>2010-09-08 12:32:06 +0200
commite8dbd1c4501965be441fb99855dc5d2f52d549dd (patch)
tree351494f8a9e94c35280dbc584e8abf7c3f71eb8e /src/sound-service.c
parent0b25b8a95dfd8b8b6743f7a0a055be05dfea956b (diff)
parentb347212eb1cb41fb9739a9873b0ff8eb8abb4b77 (diff)
downloadayatana-indicator-sound-e8dbd1c4501965be441fb99855dc5d2f52d549dd.tar.gz
ayatana-indicator-sound-e8dbd1c4501965be441fb99855dc5d2f52d549dd.tar.bz2
ayatana-indicator-sound-e8dbd1c4501965be441fb99855dc5d2f52d549dd.zip
* New upstream release fixing those issues
Diffstat (limited to 'src/sound-service.c')
-rw-r--r--src/sound-service.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sound-service.c b/src/sound-service.c
index 12f067e..f19379d 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -40,14 +40,13 @@ service_shutdown (IndicatorService *service, gpointer user_data)
{
if (mainloop != NULL) {
g_debug("Service shutdown !");
- // TODO: uncomment for release !!
+ //TODO: uncomment for release !!
close_pulse_activites();
g_main_loop_quit(mainloop);
}
return;
}
-
/**
main:
**/