diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-11-15 13:17:22 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-11-15 13:17:22 +0000 |
commit | 41284d027bd0c0eeff0e83e10b365f98a6977f59 (patch) | |
tree | 5bf386df9dfcd316deafdfd218ec8c34aa599d30 /src/sound-service.c | |
parent | 5fd2c5e12a059ab8c59306676d18dfc56c818077 (diff) | |
download | ayatana-indicator-sound-41284d027bd0c0eeff0e83e10b365f98a6977f59.tar.gz ayatana-indicator-sound-41284d027bd0c0eeff0e83e10b365f98a6977f59.tar.bz2 ayatana-indicator-sound-41284d027bd0c0eeff0e83e10b365f98a6977f59.zip |
keyboard handling for the transport controls underway
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; } |