diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-12-02 19:35:49 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-12-02 19:35:49 +0000 |
commit | b28241622081791ec4589d83a53078c768d4dea2 (patch) | |
tree | 0bfddd5cdb7ca1f9476f0e77997ff34d7c615404 /src/sound-service.c | |
parent | 4d9c1fa538254e065a1607de9e16dba126b55dd5 (diff) | |
download | ayatana-indicator-sound-b28241622081791ec4589d83a53078c768d4dea2.tar.gz ayatana-indicator-sound-b28241622081791ec4589d83a53078c768d4dea2.tar.bz2 ayatana-indicator-sound-b28241622081791ec4589d83a53078c768d4dea2.zip |
moving in the right direction, registration happening on dbus watching
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 f19379d..51f5f37 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; } |