aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-09-08 15:51:52 +0100
committerConor Curran <conor.curran@canonical.com>2010-09-08 15:51:52 +0100
commit1f038d6725571f8e80530a96112d427d5b051022 (patch)
tree65bf00e8c5951cca65196e7f02433081607a446c /src/sound-service.c
parent9840130d7059edec3acd634d18f8f601c2afc28a (diff)
downloadayatana-indicator-sound-1f038d6725571f8e80530a96112d427d5b051022.tar.gz
ayatana-indicator-sound-1f038d6725571f8e80530a96112d427d5b051022.tar.bz2
ayatana-indicator-sound-1f038d6725571f8e80530a96112d427d5b051022.zip
title widget now shows the icon in the right place, play button have been alter accordingly
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;
}