diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-08-11 20:04:04 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-08-11 20:04:04 +0100 |
commit | b63691637ebc766e90c0da44e76cc7b9cc49872e (patch) | |
tree | 2c745c8bfa45f3d45402ce5e21308f5391e11de2 /src/sound-service.c | |
parent | 9244bd84d655fae8bbb2772d4aac1550b57a7c1c (diff) | |
download | ayatana-indicator-sound-b63691637ebc766e90c0da44e76cc7b9cc49872e.tar.gz ayatana-indicator-sound-b63691637ebc766e90c0da44e76cc7b9cc49872e.tar.bz2 ayatana-indicator-sound-b63691637ebc766e90c0da44e76cc7b9cc49872e.zip |
mpris2 working for now, but its all going to change again
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 16fa87c..8768cd3 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -42,8 +42,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; } |