diff options
author | Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr> | 1994-02-17 22:09:05 +0000 |
---|---|---|
committer | Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr> | 1994-02-17 22:09:05 +0000 |
commit | 7f9045e292ecb0b29d9da6f3485673a79dbabbd3 (patch) | |
tree | 9c06a0d9e2fef5c4ef8fc9ca095323dcb289bc55 /lwlib/lwlib-Xlw.c | |
parent | 09e3c5b0282fe8da8cc97a0ae8b18f3bec38e5b6 (diff) | |
download | emacs-7f9045e292ecb0b29d9da6f3485673a79dbabbd3.tar.gz |
*** empty log message ***
Diffstat (limited to 'lwlib/lwlib-Xlw.c')
-rw-r--r-- | lwlib/lwlib-Xlw.c | 4 |
1 files 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); |