aboutsummaryrefslogtreecommitdiff
path: root/src/UpdateGlue.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-09 22:21:16 +0100
committerMax Kellermann <max@duempel.org>2013-01-09 22:21:16 +0100
commit4bef0a1e62602a79764d9867b7fcf11dd940edbe (patch)
treebbc3cf2bbe47d7488bf12e130ffdd1b8e7daced5 /src/UpdateGlue.cxx
parent3e5f09be0b38e0cc7e5eb8dd623c631b6ba45519 (diff)
Playlist: move playlist_increment_version_all() into the class
Diffstat (limited to 'src/UpdateGlue.cxx')
-rw-r--r--src/UpdateGlue.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UpdateGlue.cxx b/src/UpdateGlue.cxx
index d990ddfe..984535be 100644
--- a/src/UpdateGlue.cxx
+++ b/src/UpdateGlue.cxx
@@ -155,7 +155,7 @@ static void update_finished_event(void)
if (modified) {
/* send "idle" events */
- playlist_increment_version_all(&global_partition->playlist);
+ global_partition->playlist.FullIncrementVersions();
idle_add(IDLE_DATABASE);
}