--- msw_style.c.old Mon Feb 5 14:35:42 2007 +++ msw_style.c Thu Feb 15 11:08:57 2007 @@ -1785,13 +1785,17 @@ HDC dc; RECT rect; +#if 0 + /* don't work with Vista */ if ( xp_theme_is_active() ) { return xp_theme_draw( window, XP_THEME_ELEMENT_MENU_ITEM, style, x, y, width, height, state_type, area ); } +#endif if( (parent = gtk_widget_get_parent(widget)) - && GTK_IS_MENU_BAR(parent) ) + && GTK_IS_MENU_BAR(parent) + && !xp_theme_is_active() ) { bar = GTK_MENU_SHELL(parent);