2001-07-13 09:28:23 -04:00
|
|
|
$OpenBSD: patch-appFrame_appFileChooserMotif_c,v 1.2 2001/07/13 13:28:25 espie Exp $
|
|
|
|
--- appFrame/appFileChooserMotif.c.orig Sun Apr 8 18:05:30 2001
|
|
|
|
+++ appFrame/appFileChooserMotif.c Fri Jul 13 15:04:41 2001
|
|
|
|
@@ -524,7 +524,7 @@ static int appMakeFileChooser( AppChoose
|
|
|
|
XtSetArg( al[ac], XmNuseAsyncGeometry, True ); ac++;
|
2001-04-18 11:02:45 -04:00
|
|
|
|
|
|
|
XtSetArg( al[ac], XmNchildPlacement,XmPLACE_ABOVE_SELECTION ); ac++;
|
|
|
|
-# if XmVersion >= 2000
|
|
|
|
+# if XmVersion >= 2000 && !defined(LESSTIF_VERSION)
|
|
|
|
XtSetArg( al[ac], XmNfileFilterStyle,
|
|
|
|
XmFILTER_HIDDEN_FILES ); ac++;
|
|
|
|
# endif
|