aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-08-18 10:55:43 +0100
committerConor Curran <conor.curran@canonical.com>2010-08-18 10:55:43 +0100
commit8c5284005a19897d5e07fdb9bfe62b0a5d126058 (patch)
tree4dee261f96c7f87113be00e0c185dd49eefa97fc /src/sound-service.c
parentf18466945a43718111ec93a79f1936157b02ce3f (diff)
downloadayatana-indicator-sound-8c5284005a19897d5e07fdb9bfe62b0a5d126058.tar.gz
ayatana-indicator-sound-8c5284005a19897d5e07fdb9bfe62b0a5d126058.tar.bz2
ayatana-indicator-sound-8c5284005a19897d5e07fdb9bfe62b0a5d126058.zip
tests fixed, and metadata height reset readjustment 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 8768cd3..16fa87c 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -42,8 +42,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;
}