comparison src/menubar-x.c @ 406:b8cc9ab3f761 r21-2-33

Import from CVS: tag r21-2-33
author cvs
date Mon, 13 Aug 2007 11:17:09 +0200
parents 2f8bb876ab1d
children 697ef44129c6
comparison
equal deleted inserted replaced
405:0e08f63c74d2 406:b8cc9ab3f761
137 } 137 }
138 } 138 }
139 else if (VECTORP (desc)) 139 else if (VECTORP (desc))
140 { 140 {
141 Lisp_Object gui_item = gui_parse_item_keywords (desc); 141 Lisp_Object gui_item = gui_parse_item_keywords (desc);
142 if (!button_item_to_widget_value (gui_item, wv, 1, 142 if (!button_item_to_widget_value (Qmenubar,
143 gui_item, wv, 1,
143 (menu_type == MENUBAR_TYPE 144 (menu_type == MENUBAR_TYPE
144 && depth <= 1))) 145 && depth <= 1), 1))
145 { 146 {
146 /* :included form was nil */ 147 /* :included form was nil */
147 wv = NULL; 148 wv = NULL;
148 goto menu_item_done; 149 goto menu_item_done;
149 } 150 }