aboutsummaryrefslogtreecommitdiffstats
path: root/src/update_remove.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-03-26Use g_message and not g_debug when removing songDan McGee1-1/+1
When adding or updating a song, we get a log message even if debug is not enabled. It seems odd that removing a song shouldn't be done at the same log level; otherwise looking at the log leads you to believe songs are never removed from the library on update. Signed-off-by: Dan McGee <dan@archlinux.org>
2012-02-12update_remove: add header update_remove.hMax Kellermann1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10update_remove: use plain GCond instead of notifyMax Kellermann1-9/+16
GMutex/GCond guarantee that the access to removed_song is protected.
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-1/+2
Allocate a player_control object where needed, and pass it around. Each "client" object is associated with a "player_control" instance. This prepares multi-player support.
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-11update: added missing config.h includesMax Kellermann1-1/+2
This broke sticker and archive support.
2009-09-24update: splitted update.c into several sourcesMax Kellermann1-0/+93