summaryrefslogtreecommitdiff
path: root/plugins/gtkui/gtkplaylist.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-12 21:09:26 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-12 21:09:26 +0100
commit45fd185e734b0755a843017f891b178133ae43ea (patch)
tree0b3a704daa98c06a477a5ee682f551f7018d6b12 /plugins/gtkui/gtkplaylist.c
parentebabdc99d7bcab39b80f8ac3938a477c3190fa27 (diff)
gtkui WIP
Diffstat (limited to 'plugins/gtkui/gtkplaylist.c')
-rw-r--r--plugins/gtkui/gtkplaylist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/gtkplaylist.c b/plugins/gtkui/gtkplaylist.c
index 62cfe610..266fe2c5 100644
--- a/plugins/gtkui/gtkplaylist.c
+++ b/plugins/gtkui/gtkplaylist.c
@@ -290,7 +290,7 @@ gtkpl_redraw_pl_row_novis (gtkplaylist_t *ps, int row, playItem_t *it) {
}
void
-gtkpl_redraw_pl_row (gtkplaylist_t *ps, int row, playItem_t *it) {
+gtkpl_redraw_pl_row (gtkplaylist_t *ps, int row, DB_playItem_t *it) {
int x, y, w, h;
GtkWidget *widget = ps->playlist;
x = 0;