diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-27 02:51:57 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-27 02:51:57 +0000 |
commit | 0bee400db5c72cd3e14b7372a9c15e2250240fe0 (patch) | |
tree | a4cb41052a789efd7271406d73e3d2d4dcdc0b9a /editors/ted/files/patch-aa | |
parent | Support PREFIX properly (diff) |
Update to 2.11
PR: ports/41030
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=63620
Diffstat (limited to 'editors/ted/files/patch-aa')
-rw-r--r-- | editors/ted/files/patch-aa | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/editors/ted/files/patch-aa b/editors/ted/files/patch-aa deleted file mode 100644 index a7ef754706f0..000000000000 --- a/editors/ted/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$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++; - - 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 |