aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-03-11 11:43:09 +0000
committerConor Curran <conor.curran@canonical.com>2011-03-11 11:43:09 +0000
commitbd007a90262f90081c1be04947e949191cb7e1c6 (patch)
tree0a566f352f49fb4d31b9a1ed448221eec35d19ca /src/sound-service.c
parent8ded632700c7331b9e4e1f9f1b19ae9bade2eced (diff)
downloadayatana-indicator-sound-bd007a90262f90081c1be04947e949191cb7e1c6.tar.gz
ayatana-indicator-sound-bd007a90262f90081c1be04947e949191cb7e1c6.tar.bz2
ayatana-indicator-sound-bd007a90262f90081c1be04947e949191cb7e1c6.zip
players who do not export icon names will have iconless playlists menuitems
Diffstat (limited to 'src/sound-service.c')
-rw-r--r--src/sound-service.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/sound-service.c b/src/sound-service.c
index 553f07a..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);
-
+ close_pulse_activites();
+ g_main_loop_quit(mainloop);
}
return;
}