Mercurial > hg > xemacs-beta
comparison src/menubar-x.c @ 38:1a767b41a199 r19-15b102
Import from CVS: tag r19-15b102
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:54:01 +0200 |
parents | 441bb1e64a06 |
children | 56c54cf7c5b6 |
comparison
equal
deleted
inserted
replaced
37:ad40ac360d14 | 38:1a767b41a199 |
---|---|
356 widget_value *wv; | 356 widget_value *wv; |
357 | 357 |
358 assert (hack_wv->type == INCREMENTAL_TYPE); | 358 assert (hack_wv->type == INCREMENTAL_TYPE); |
359 VOID_TO_LISP (submenu_desc, hack_wv->call_data); | 359 VOID_TO_LISP (submenu_desc, hack_wv->call_data); |
360 wv = menu_item_descriptor_to_widget_value (submenu_desc, SUBMENU_TYPE, | 360 wv = menu_item_descriptor_to_widget_value (submenu_desc, SUBMENU_TYPE, |
361 1, 1); | 361 1, 0); |
362 if (!wv) | 362 if (!wv) |
363 { | 363 { |
364 wv = xmalloc_widget_value (); | 364 wv = xmalloc_widget_value (); |
365 wv->type = CASCADE_TYPE; | 365 wv->type = CASCADE_TYPE; |
366 wv->next = NULL; | 366 wv->next = NULL; |