diff audacious/prefswin.c @ 1775:7d32dff734da trunk

[svn] improvement of shaded playlist window - title string does auto scroll. - format and font of the string follow playlist configuration. - filepopup will appear on shaded playlist window. - now shaded playlist window displays multi byte characters correctly. - no more "textbox_set_text: assertion `text != NULL' failed" assertion in the log file.
author yaz
date Wed, 04 Oct 2006 02:15:22 -0700
parents 70caa62ead63
children 1c7e25c619e9
line wrap: on
line diff
--- a/audacious/prefswin.c	Wed Oct 04 01:45:01 2006 -0700
+++ b/audacious/prefswin.c	Wed Oct 04 02:15:22 2006 -0700
@@ -927,6 +927,7 @@
     cfg.playlist_font = g_strdup(gtk_font_button_get_font_name(button));
 
     playlist_list_set_font(cfg.playlist_font);
+    playlistwin_set_sinfo_font(cfg.playlist_font);  /* propagate font setting to playlistwin_sinfo */
     playlistwin_update_list();
     draw_playlist_window(TRUE);
 }