# HG changeset patch # User nhjm449 # Date 1160259451 25200 # Node ID 425214f1d86f6c9cb6a7ace48f139a42a22ae846 # Parent bbd8c209b4a58abb71f6dfba4ae1535114e3d71b [svn] - Update shaded playlist font when toggling bitmap fonts. diff -r bbd8c209b4a5 -r 425214f1d86f ChangeLog --- a/ChangeLog Sat Oct 07 15:10:58 2006 -0700 +++ b/ChangeLog Sat Oct 07 15:17:31 2006 -0700 @@ -1,3 +1,11 @@ +2006-10-07 22:10:58 +0000 George Averill + revision [2643] + - Don't let the text overlap the counter. + + trunk/skins/Default/skin.hints | 15 ++++++++------- + 1 file changed, 8 insertions(+), 7 deletions(-) + + 2006-10-07 20:31:15 +0000 Jonathan Schleifer revision [2641] - Replace ?= at CFLAGS, CPPFLAGS and CXXFLAGS with += diff -r bbd8c209b4a5 -r 425214f1d86f audacious/prefswin.c --- a/audacious/prefswin.c Sat Oct 07 15:10:58 2006 -0700 +++ b/audacious/prefswin.c Sat Oct 07 15:17:31 2006 -0700 @@ -908,6 +908,8 @@ gboolean useit = gtk_toggle_button_get_active(button); cfg.mainwin_use_xfont = useit != FALSE ? FALSE : TRUE; textbox_set_xfont(mainwin_info, cfg.mainwin_use_xfont, cfg.mainwin_font); + playlistwin_set_sinfo_font(cfg.playlist_font); + mainwin_set_info_text(); draw_main_window(TRUE); }