From e8f2cb22a3d51b9156ac399c0f3d45a713074bb6 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 17 Nov 2013 16:55:17 +0100 Subject: gtkui: fixed refresh after loading playlist --- deadbeef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deadbeef.h') diff --git a/deadbeef.h b/deadbeef.h index 2ed468cb..0a270421 100644 --- a/deadbeef.h +++ b/deadbeef.h @@ -526,7 +526,7 @@ typedef struct { void (*plt_move) (int from, int before); // playlist saving and loading - DB_playItem_t * (*plt_load) (ddb_playlist_t *plt, DB_playItem_t *after, const char *fname, int *pabort, int (*cb)(DB_playItem_t *it, void *data), void *user_data); + DB_playItem_t * (*plt_load) (ddb_playlist_t *plt, DB_playItem_t *after, const char *fname, int *pabort, int (*cb)(DB_playItem_t *it, void *data), void *user_data) DEPRECATED_15; int (*plt_save) (ddb_playlist_t *plt, DB_playItem_t *first, DB_playItem_t *last, const char *fname, int *pabort, int (*cb)(DB_playItem_t *it, void *data), void *user_data); ddb_playlist_t *(*plt_get_for_idx) (int idx); -- cgit v1.2.3