mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(lw_refigure_widget) [USE_MOTIF]: Fix backward if.
This commit is contained in:
parent
3595955ca6
commit
a61155bcbd
1 changed files with 2 additions and 2 deletions
|
|
@ -1314,9 +1314,9 @@ lw_refigure_widget (w, doit)
|
|||
#endif
|
||||
#if defined (USE_MOTIF)
|
||||
if (doit)
|
||||
XtUnmanageChild (w);
|
||||
else
|
||||
XtManageChild (w);
|
||||
else
|
||||
XtUnmanageChild (w);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue