aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-09-01 17:51:30 +0100
committerConor Curran <conor.curran@canonical.com>2010-09-01 17:51:30 +0100
commitbb73e65c4fd9f698050ff1d2ddb71fc35bac6803 (patch)
tree91441c76f5795be8640d760068a015efb844cd29 /src/sound-service.c
parent9ab9b175e1f77457157211f5f93c54e8ae87e3dc (diff)
downloadayatana-indicator-sound-bb73e65c4fd9f698050ff1d2ddb71fc35bac6803.tar.gz
ayatana-indicator-sound-bb73e65c4fd9f698050ff1d2ddb71fc35bac6803.tar.bz2
ayatana-indicator-sound-bb73e65c4fd9f698050ff1d2ddb71fc35bac6803.zip
last fm art work should load correctly now
Diffstat (limited to 'src/sound-service.c')
-rw-r--r--src/sound-service.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound-service.c b/src/sound-service.c
index 42ce116..12f067e 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -41,8 +41,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;
}