diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-16 12:11:27 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-16 12:11:27 +0000 |
commit | 205489a9c85c3c3d5d2caa7f48850cf04f29a70d (patch) | |
tree | 880591392fbbf89cf1fd80c3f7b2d2df9ef65d61 /src/sound-service.c | |
parent | d0ef5f9435e10d39baea01c9d240e4149a80944c (diff) | |
download | ayatana-indicator-sound-205489a9c85c3c3d5d2caa7f48850cf04f29a70d.tar.gz ayatana-indicator-sound-205489a9c85c3c3d5d2caa7f48850cf04f29a70d.tar.bz2 ayatana-indicator-sound-205489a9c85c3c3d5d2caa7f48850cf04f29a70d.zip |
removed the restriction of not being able to use the key shortcuts on the slider if its muted@
Diffstat (limited to 'src/sound-service.c')
-rw-r--r-- | src/sound-service.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sound-service.c b/src/sound-service.c index cfc0b7e..9f44624 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -39,8 +39,10 @@ service_shutdown (IndicatorService *service, gpointer user_data) { if (mainloop != NULL) { g_debug("Service shutdown !"); +/* close_pulse_activites(); g_main_loop_quit(mainloop); +*/ } return; } |