# HG changeset patch # User nenolod # Date 1137549929 28800 # Node ID 03bbb5bc74c0459b2fd2d936d63f65fff59f03a4 # Parent 154ca7ff713fbab4df00544711b6352645f5f96c [svn] Change logic used for drawing the line between the numbers and the titles in the playlist. diff -r 154ca7ff713f -r 03bbb5bc74c0 audacious/playlist_list.c --- a/audacious/playlist_list.c Tue Jan 17 17:26:38 2006 -0800 +++ b/audacious/playlist_list.c Tue Jan 17 18:05:29 2006 -0800 @@ -657,9 +657,8 @@ SKIN_PLEDIT_CURRENT)); gdk_draw_line(obj, gc, pl->pl_widget.x, -/* pl->pl_widget.x + lpadding + (width_approx_letters / 4),*/ - pl->pl_widget.y + - ((pos - pl->pl_first) * pl->pl_fheight), + pl->pl_widget.x + lpadding + + (width_approx_letters / 4), pl->pl_widget.width + pl->pl_widget.x - 1, pl->pl_widget.y + ((pos - pl->pl_first) * pl->pl_fheight));