diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-08-17 17:43:34 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-08-17 17:43:34 +0100 |
commit | f18466945a43718111ec93a79f1936157b02ce3f (patch) | |
tree | ec71788e99e1c1c404aa61f1d3fff0052790311e /src/sound-service.c | |
parent | 7aa4517861e27a0857d36e83844d670446c22ee6 (diff) | |
download | ayatana-indicator-sound-f18466945a43718111ec93a79f1936157b02ce3f.tar.gz ayatana-indicator-sound-f18466945a43718111ec93a79f1936157b02ce3f.tar.bz2 ayatana-indicator-sound-f18466945a43718111ec93a79f1936157b02ce3f.zip |
we have mpris 2 basic stuff working with rb perfectly
Diffstat (limited to 'src/sound-service.c')
-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 16fa87c..8768cd3 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; } |