diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-15 12:30:06 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-15 12:30:06 +0100 |
commit | f27482a3ce736b815dc57935e1cd5d392c698053 (patch) | |
tree | 0b1a2db5ba80a45f99bea3aa6b6a941e3308a810 /src/sound-service.c | |
parent | 01182ba70563b73014c5296e32e9b5eb16d66dbb (diff) | |
parent | f8a8b763f595001715064655ce5ffa4f89e50e30 (diff) | |
download | ayatana-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.c | 4 |
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; } |