changeset 1844:425214f1d86f trunk

[svn] - Update shaded playlist font when toggling bitmap fonts.
author nhjm449
date Sat, 07 Oct 2006 15:17:31 -0700
parents bbd8c209b4a5
children 3b5c8f022f2f
files ChangeLog audacious/prefswin.c
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <nhjm449@gmail.com>
+  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 <js@h3c.de>
   revision [2641]
   - Replace ?= at CFLAGS, CPPFLAGS and CXXFLAGS with +=
--- 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);
 }