comparison src/menubar-msw.c @ 367:a4f53d9b3154 r21-1-13

Import from CVS: tag r21-1-13
author cvs
date Mon, 13 Aug 2007 11:01:07 +0200
parents 972bbb6d6ca2
children cc15677e0335
comparison
equal deleted inserted replaced
366:83d76f480a59 367:a4f53d9b3154
339 GCPRO_GUI_ITEM (&gui_item); 339 GCPRO_GUI_ITEM (&gui_item);
340 340
341 gui_parse_item_keywords (item, &gui_item); 341 gui_parse_item_keywords (item, &gui_item);
342 342
343 if (!gui_item_included_p (&gui_item, Vmenubar_configuration)) 343 if (!gui_item_included_p (&gui_item, Vmenubar_configuration))
344 return; 344 {
345 UNGCPRO;
346 return;
347 }
345 348
346 if (!gui_item_active_p (&gui_item)) 349 if (!gui_item_active_p (&gui_item))
347 item_info.fState = MFS_GRAYED; 350 item_info.fState = MFS_GRAYED;
348 351
349 style = (NILP (gui_item.selected) || NILP (Feval (gui_item.selected)) 352 style = (NILP (gui_item.selected) || NILP (Feval (gui_item.selected))