diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-14 23:36:29 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-14 23:36:29 +0100 |
commit | 4823b3c35b8e8c1334ad947286abf0d88b6de701 (patch) | |
tree | 9b5115bcc4e50e744467afa4f497f6199634730b /src/sound-service.c | |
parent | bf4f73249f5b6bf4c9196f251382c5a6cec9634f (diff) | |
download | ayatana-indicator-sound-4823b3c35b8e8c1334ad947286abf0d88b6de701.tar.gz ayatana-indicator-sound-4823b3c35b8e8c1334ad947286abf0d88b6de701.tar.bz2 ayatana-indicator-sound-4823b3c35b8e8c1334ad947286abf0d88b6de701.zip |
positionset now working - tested with vlc
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 a5f3941..8f4e941 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -43,8 +43,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; } |