comparison 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
comparison
equal deleted inserted replaced
1774:2d97cd03319e 1775:7d32dff734da
925 { 925 {
926 g_free(cfg.playlist_font); 926 g_free(cfg.playlist_font);
927 cfg.playlist_font = g_strdup(gtk_font_button_get_font_name(button)); 927 cfg.playlist_font = g_strdup(gtk_font_button_get_font_name(button));
928 928
929 playlist_list_set_font(cfg.playlist_font); 929 playlist_list_set_font(cfg.playlist_font);
930 playlistwin_set_sinfo_font(cfg.playlist_font); /* propagate font setting to playlistwin_sinfo */
930 playlistwin_update_list(); 931 playlistwin_update_list();
931 draw_playlist_window(TRUE); 932 draw_playlist_window(TRUE);
932 } 933 }
933 934
934 static void 935 static void