diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-07 17:57:49 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-07 17:57:49 +0100 |
commit | cee98ff81f3511badf4ac804840b7879e02897f6 (patch) | |
tree | 36f5d3af936eceb2a05f26d2e92555ee9d8f9bdd /src/sound-service.c | |
parent | f17b3140b1ac0efd8c89ed15d2b2f1549595462d (diff) | |
parent | b7c9529e1830961e50ecf664b53b7a64b6643c41 (diff) | |
download | ayatana-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.c | 7 |
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: **/ |