From 4432ce213e30c1c68ccd7d12bd6a9f0cbfd71c14 Mon Sep 17 00:00:00 2001 From: cinamod Date: Mon, 7 Jun 2004 13:58:09 +0000 Subject: [PATCH] fix build --- modules/engines/ms-windows/msw_style.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/engines/ms-windows/msw_style.c b/modules/engines/ms-windows/msw_style.c index 77d0680637..14ec5ab2fe 100755 --- a/modules/engines/ms-windows/msw_style.c +++ b/modules/engines/ms-windows/msw_style.c @@ -1842,7 +1842,7 @@ static void msw_style_init_from_rc (GtkStyle * style, GtkRcStyle * rc_style) { setup_system_font (style); - setup_menu_settings (); + setup_menu_settings (gtk_settings_get_default ()); setup_system_styles (style); parent_class->init_from_rc(style, rc_style); }