/[emacs]/emacs/src/xmenu.c
ViewVC logotype

Diff of /emacs/src/xmenu.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.257 by jhd, Mon Aug 30 19:42:53 2004 UTC revision 1.258 by jhd, Mon Aug 30 20:14:21 2004 UTC
# Line 2056  set_frame_menubar (f, first_time, deep_p Line 2056  set_frame_menubar (f, first_time, deep_p
2056            string = XVECTOR (items)->contents[i + 1];            string = XVECTOR (items)->contents[i + 1];
2057            if (NILP (string))            if (NILP (string))
2058              break;              break;
2059            wv->name = (char *) SDATA (ENCODE_MENU_STRING (string));            wv->name = (char *) SDATA (string);
2060            update_submenu_strings (wv->contents);            update_submenu_strings (wv->contents);
2061            wv = wv->next;            wv = wv->next;
2062          }          }
# Line 2088  set_frame_menubar (f, first_time, deep_p Line 2088  set_frame_menubar (f, first_time, deep_p
2088              break;              break;
2089    
2090            wv = xmalloc_widget_value ();            wv = xmalloc_widget_value ();
2091            wv->name = (char *) SDATA (ENCODE_MENU_STRING (string));            wv->name = (char *) SDATA (string);
2092            wv->value = 0;            wv->value = 0;
2093            wv->enabled = 1;            wv->enabled = 1;
2094            wv->button_type = BUTTON_TYPE_NONE;            wv->button_type = BUTTON_TYPE_NONE;

Legend:
Removed from v.1.257  
changed lines
  Added in v.1.258

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26