aboutsummaryrefslogtreecommitdiff
path: root/src/update.c
diff options
context:
space:
mode:
authorCourtney Cavin <ccavin@gmail.com>2009-07-28 18:07:01 -0400
committerCourtney Cavin <ccavin@gmail.com>2009-07-28 18:07:01 -0400
commit7f865f722c55dc7a2a27c7869030accc8ab9beb2 (patch)
tree688db79eb5c049c62f20fffbd7b3f5f035e24192 /src/update.c
parent614a01184577eda5f24517bec9609f0ea6d7e97b (diff)
playlist: CamelCaseIsBad
Renamed all playlist functions to non-CamelCase.
Diffstat (limited to 'src/update.c')
-rw-r--r--src/update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update.c b/src/update.c
index 22fed2c7..b857b4d6 100644
--- a/src/update.c
+++ b/src/update.c
@@ -868,7 +868,7 @@ static void update_finished_event(void)
if (modified) {
/* send "idle" events */
- playlistVersionChange(&g_playlist);
+ playlist_increment_version_all(&g_playlist);
idle_add(IDLE_DATABASE);
}