aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-09-15 12:30:06 +0100
committerConor Curran <conor.curran@canonical.com>2010-09-15 12:30:06 +0100
commitf27482a3ce736b815dc57935e1cd5d392c698053 (patch)
tree0b1a2db5ba80a45f99bea3aa6b6a941e3308a810 /src/sound-service.c
parent01182ba70563b73014c5296e32e9b5eb16d66dbb (diff)
parentf8a8b763f595001715064655ce5ffa4f89e50e30 (diff)
downloadayatana-indicator-sound-f27482a3ce736b815dc57935e1cd5d392c698053.tar.gz
ayatana-indicator-sound-f27482a3ce736b815dc57935e1cd5d392c698053.tar.bz2
ayatana-indicator-sound-f27482a3ce736b815dc57935e1cd5d392c698053.zip
merged empty album art fix - easier than first thought, fixed crasher on indicator side in the event of the album art going down and tidied the mpris2controller to remove compiler warnings
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 51f5f37..f19379d 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;
}