diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-16 12:38:04 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-16 12:38:04 +0000 |
commit | a893dae8a5ab7f5f02e8eb1d1db626c135b3383d (patch) | |
tree | 908eff545add881018d8318d8e187c757a13865c /src/sound-service.c | |
parent | 205489a9c85c3c3d5d2caa7f48850cf04f29a70d (diff) | |
download | ayatana-indicator-sound-a893dae8a5ab7f5f02e8eb1d1db626c135b3383d.tar.gz ayatana-indicator-sound-a893dae8a5ab7f5f02e8eb1d1db626c135b3383d.tar.bz2 ayatana-indicator-sound-a893dae8a5ab7f5f02e8eb1d1db626c135b3383d.zip |
keyhandling for the voip slider now working and voip slider now activated when app role is also production
Diffstat (limited to 'src/sound-service.c')
-rw-r--r-- | src/sound-service.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sound-service.c b/src/sound-service.c index 9f44624..cfc0b7e 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -39,10 +39,8 @@ service_shutdown (IndicatorService *service, gpointer user_data) { if (mainloop != NULL) { g_debug("Service shutdown !"); -/* close_pulse_activites(); g_main_loop_quit(mainloop); -*/ } return; } |