aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-09-07 16:10:41 +0100
committerConor Curran <conor.curran@canonical.com>2010-09-07 16:10:41 +0100
commitcfd5b54dfa45a7d469059b93e0201401c5017ece (patch)
tree51e5c57b7c70afad7c63d6bbf42af4da87dea9f8 /src/sound-service.c
parentb69ebdb28bb8b2d508c5788977d3c49f1d2fd28a (diff)
downloadayatana-indicator-sound-cfd5b54dfa45a7d469059b93e0201401c5017ece.tar.gz
ayatana-indicator-sound-cfd5b54dfa45a7d469059b93e0201401c5017ece.tar.bz2
ayatana-indicator-sound-cfd5b54dfa45a7d469059b93e0201401c5017ece.zip
remote art url fixed
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 51f5f37..f19379d 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;
}