aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-03-11 15:24:11 +0000
committerConor Curran <conor.curran@canonical.com>2011-03-11 15:24:11 +0000
commit4eb79a1becd4abf459d86754685577b762bb895a (patch)
treed168c1f4c2641cc85ccce6a715afb85524d59666 /src/sound-service.c
parenta3b638eb52e751626c7e14beac3a8f29342ce703 (diff)
parent6b0f3ffcaf55d151d87f8dc60d16388b8f4557a2 (diff)
downloadayatana-indicator-sound-4eb79a1becd4abf459d86754685577b762bb895a.tar.gz
ayatana-indicator-sound-4eb79a1becd4abf459d86754685577b762bb895a.tar.bz2
ayatana-indicator-sound-4eb79a1becd4abf459d86754685577b762bb895a.zip
missing icon for playlists fixed
Diffstat (limited to 'src/sound-service.c')
-rw-r--r--src/sound-service.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sound-service.c b/src/sound-service.c
index c79b9f6..cfc0b7e 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -39,10 +39,8 @@ service_shutdown (IndicatorService *service, gpointer user_data)
{
if (mainloop != NULL) {
g_debug("Service shutdown !");
-
close_pulse_activites();
g_main_loop_quit(mainloop);
-
}
return;
}