fix build

This commit is contained in:
cinamod 2004-06-07 13:58:09 +00:00
parent e387e7e60c
commit 4432ce213e

View File

@ -1842,7 +1842,7 @@ static void
msw_style_init_from_rc (GtkStyle * style, GtkRcStyle * rc_style) msw_style_init_from_rc (GtkStyle * style, GtkRcStyle * rc_style)
{ {
setup_system_font (style); setup_system_font (style);
setup_menu_settings (); setup_menu_settings (gtk_settings_get_default ());
setup_system_styles (style); setup_system_styles (style);
parent_class->init_from_rc(style, rc_style); parent_class->init_from_rc(style, rc_style);
} }