From c88b07cd7a1380482fad62ac6f1716f2ff3524e7 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Thu, 21 Jan 2010 21:21:09 +0100 Subject: added filenumber column --- plugins/gtkui/gtkplaylist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/gtkui/gtkplaylist.c') diff --git a/plugins/gtkui/gtkplaylist.c b/plugins/gtkui/gtkplaylist.c index 762be03f..22fcf630 100644 --- a/plugins/gtkui/gtkplaylist.c +++ b/plugins/gtkui/gtkplaylist.c @@ -396,7 +396,7 @@ gtkpl_draw_pl_row (gtkplaylist_t *ps, int row, DB_playItem_t *it) { } else { char text[1024]; - deadbeef->pl_format_title (it, text, sizeof (text), c->id, c->format); + deadbeef->pl_format_title (it, row, text, sizeof (text), c->id, c->format); if (c->align_right) { draw_text (x+5, row * rowheight - ps->scrollpos * rowheight + rowheight/2 - draw_get_font_size ()/2 - 2, c->width-10, 1, text); -- cgit v1.2.3