changeset 126:2d3d921a44e2 trunk

[svn] Fix realize function for the bitmap fonts option.
author nenolod
date Tue, 08 Nov 2005 12:04:15 -0800
parents f12cdbf41d8d
children 05d824e30afd
files audacious/prefswin.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/audacious/prefswin.c	Tue Nov 08 11:56:35 2005 -0800
+++ b/audacious/prefswin.c	Tue Nov 08 12:04:15 2005 -0800
@@ -857,7 +857,8 @@
 on_use_bitmap_fonts_realize(GtkToggleButton * button,
                             gpointer data)
 {
-    gtk_toggle_button_set_active(button, cfg.show_numbers_in_pl);
+    gtk_toggle_button_set_active(button,
+	cfg.mainwin_use_xfont != FALSE ? FALSE : TRUE);
 }
 
 static void