From eb624afab164a2a4809c3dac29bf58b6d0d2d4d2 Mon Sep 17 00:00:00 2001 From: Fred Pierresteguy Date: Thu, 17 Feb 1994 22:09:05 +0000 Subject: [PATCH] *** empty log message *** --- lwlib/lwlib-Xlw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lwlib/lwlib-Xlw.c b/lwlib/lwlib-Xlw.c index b7268bc12d0..c48d6614b28 100644 --- a/lwlib/lwlib-Xlw.c +++ b/lwlib/lwlib-Xlw.c @@ -86,7 +86,7 @@ xlw_create_menubar (instance) widget = XtVaCreateWidget (instance->info->name, xlwMenuWidgetClass, instance->parent, - XtNmenu, instance->info->val, + XtNmenu, tem, 0); XtFree (tem); @@ -115,7 +115,7 @@ xlw_create_popup_menu (instance) widget = XtVaCreateManagedWidget ("popup", xlwMenuWidgetClass, popup_shell, - XtNmenu, instance->info->val, + XtNmenu, tem, XtNhorizontal, False, 0); -- 2.39.5