diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-08-25 20:33:25 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-08-25 20:33:25 +0100 |
commit | 99755b257b5a7ed2676065cb8f4759e750c4f1ad (patch) | |
tree | 56bba8bacdd766ca79614fbda3679cda19b1f1b2 /src | |
parent | af10768690d61d636a9c6befd02bafc8173faa7b (diff) | |
download | ayatana-indicator-sound-99755b257b5a7ed2676065cb8f4759e750c4f1ad.tar.gz ayatana-indicator-sound-99755b257b5a7ed2676065cb8f4759e750c4f1ad.tar.bz2 ayatana-indicator-sound-99755b257b5a7ed2676065cb8f4759e750c4f1ad.zip |
tidied sound service
Diffstat (limited to 'src')
-rw-r--r-- | src/sound-service.c | 4 |
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; } |