Mercurial > emacs
changeset 5983:636065f548d6
*** empty log message ***
author | Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr> |
---|---|
date | Thu, 17 Feb 1994 22:09:05 +0000 |
parents | a9f7e018245b |
children | ec9477c8db1d |
files | lwlib/lwlib-Xlw.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lwlib/lwlib-Xlw.c Thu Feb 17 22:01:45 1994 +0000 +++ b/lwlib/lwlib-Xlw.c Thu Feb 17 22:09:05 1994 +0000 @@ -86,7 +86,7 @@ widget = XtVaCreateWidget (instance->info->name, xlwMenuWidgetClass, instance->parent, - XtNmenu, instance->info->val, + XtNmenu, tem, 0); XtFree (tem); @@ -115,7 +115,7 @@ widget = XtVaCreateManagedWidget ("popup", xlwMenuWidgetClass, popup_shell, - XtNmenu, instance->info->val, + XtNmenu, tem, XtNhorizontal, False, 0);