diff options
| author | Fred Pierresteguy | 1994-02-17 22:09:05 +0000 |
|---|---|---|
| committer | Fred Pierresteguy | 1994-02-17 22:09:05 +0000 |
| commit | eb624afab164a2a4809c3dac29bf58b6d0d2d4d2 (patch) | |
| tree | 726bae82c58b6e8db25fb50104dd0970027a47b1 | |
| parent | b041301359e70f25d56859e23c462fa9767eed58 (diff) | |
| download | emacs-eb624afab164a2a4809c3dac29bf58b6d0d2d4d2.tar.gz emacs-eb624afab164a2a4809c3dac29bf58b6d0d2d4d2.zip | |
*** empty log message ***
| -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) | |||
| 86 | widget = | 86 | widget = |
| 87 | XtVaCreateWidget (instance->info->name, xlwMenuWidgetClass, | 87 | XtVaCreateWidget (instance->info->name, xlwMenuWidgetClass, |
| 88 | instance->parent, | 88 | instance->parent, |
| 89 | XtNmenu, instance->info->val, | 89 | XtNmenu, tem, |
| 90 | 0); | 90 | 0); |
| 91 | 91 | ||
| 92 | XtFree (tem); | 92 | XtFree (tem); |
| @@ -115,7 +115,7 @@ xlw_create_popup_menu (instance) | |||
| 115 | widget = | 115 | widget = |
| 116 | XtVaCreateManagedWidget ("popup", xlwMenuWidgetClass, | 116 | XtVaCreateManagedWidget ("popup", xlwMenuWidgetClass, |
| 117 | popup_shell, | 117 | popup_shell, |
| 118 | XtNmenu, instance->info->val, | 118 | XtNmenu, tem, |
| 119 | XtNhorizontal, False, | 119 | XtNhorizontal, False, |
| 120 | 0); | 120 | 0); |
| 121 | 121 | ||