aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-07-14 23:36:29 +0100
committerConor Curran <conor.curran@canonical.com>2010-07-14 23:36:29 +0100
commit4823b3c35b8e8c1334ad947286abf0d88b6de701 (patch)
tree9b5115bcc4e50e744467afa4f497f6199634730b /src/sound-service.c
parentbf4f73249f5b6bf4c9196f251382c5a6cec9634f (diff)
downloadayatana-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.c4
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;
}