aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorAndrea Cimitan <andrea.cimitan@canonical.com>2010-11-16 02:17:44 +0100
committerAndrea Cimitan <andrea.cimitan@canonical.com>2010-11-16 02:17:44 +0100
commit510a01f7c97b726cd9ee46ffa30d3b0383b36146 (patch)
tree3c8a8cde441abfee25a98716e82febb228c3e30e /src/sound-service.c
parent31bc33331673b761ba7d6e28bbb87da6b2e6e51a (diff)
parenteaee3afe6312a04ce41daed8d380ac5e49616ed6 (diff)
downloadayatana-indicator-sound-510a01f7c97b726cd9ee46ffa30d3b0383b36146.tar.gz
ayatana-indicator-sound-510a01f7c97b726cd9ee46ffa30d3b0383b36146.tar.bz2
ayatana-indicator-sound-510a01f7c97b726cd9ee46ffa30d3b0383b36146.zip
merge from lp:~cjcurran/indicator-sound/keyboard-handling-for-natty
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;
}