Mercurial > audlegacy
changeset 795:e5687a1b6cba trunk
[svn] - we shouldn't pass queuepos to gtk_widget_create_pango_layout(), the only thing we will do is confuse it
author | nenolod |
---|---|
date | Fri, 03 Mar 2006 22:53:31 -0800 |
parents | 0892e7d48925 |
children | a5e9c8d67e00 |
files | audacious/playlist_list.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/audacious/playlist_list.c Fri Mar 03 22:50:04 2006 -0800 +++ b/audacious/playlist_list.c Fri Mar 03 22:53:31 2006 -0800 @@ -598,7 +598,7 @@ pl->pl_fheight - 2); layout = - gtk_widget_create_pango_layout(playlistwin, queuepos); + gtk_widget_create_pango_layout(playlistwin, NULL); pango_layout_set_font_description(layout, playlist_list_font); pango_layout_set_alignment(layout, PANGO_ALIGN_CENTER);