aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-08-18 11:57:27 +0100
committerConor Curran <conor.curran@canonical.com>2010-08-18 11:57:27 +0100
commit4897f3ce524e6d91ecd0c70142556be0f29367b7 (patch)
tree5aa8c8001b5ea2f7417dd2bf962347e527581425 /src/sound-service.c
parent75ba919b383a4da5d2634e4f9b85a3cdcbaa907d (diff)
downloadayatana-indicator-sound-4897f3ce524e6d91ecd0c70142556be0f29367b7.tar.gz
ayatana-indicator-sound-4897f3ce524e6d91ecd0c70142556be0f29367b7.tar.bz2
ayatana-indicator-sound-4897f3ce524e6d91ecd0c70142556be0f29367b7.zip
ready for the merge
Diffstat (limited to 'src/sound-service.c')
-rw-r--r--src/sound-service.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sound-service.c b/src/sound-service.c
index 16fa87c..12f067e 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -25,7 +25,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
static GMainLoop *mainloop = NULL;
-
/**********************************************************************************************************************/
// Init and exit functions
/**********************************************************************************************************************/
@@ -42,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;
}