aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-09-07 17:57:49 +0100
committerConor Curran <conor.curran@canonical.com>2010-09-07 17:57:49 +0100
commitcee98ff81f3511badf4ac804840b7879e02897f6 (patch)
tree36f5d3af936eceb2a05f26d2e92555ee9d8f9bdd /src/sound-service.c
parentf17b3140b1ac0efd8c89ed15d2b2f1549595462d (diff)
parentb7c9529e1830961e50ecf664b53b7a64b6643c41 (diff)
downloadayatana-indicator-sound-cee98ff81f3511badf4ac804840b7879e02897f6.tar.gz
ayatana-indicator-sound-cee98ff81f3511badf4ac804840b7879e02897f6.tar.bz2
ayatana-indicator-sound-cee98ff81f3511badf4ac804840b7879e02897f6.zip
remote album handling merge
Diffstat (limited to 'src/sound-service.c')
-rw-r--r--src/sound-service.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/sound-service.c b/src/sound-service.c
index 12f067e..51f5f37 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 !!
- close_pulse_activites();
- g_main_loop_quit(mainloop);
+ //TODO: uncomment for release !!
+ //close_pulse_activites();
+ //g_main_loop_quit(mainloop);
}
return;
}
-
/**
main:
**/