diff options
author | daryll <daryll> | 2000-07-11 19:36:01 +0000 |
---|---|---|
committer | daryll <daryll> | 2000-07-11 19:36:01 +0000 |
commit | 00b067ea93ac14a94f5d802d9db02d44947f73f4 (patch) | |
tree | a00578ed3529e70e03e84429000c2183b31caf86 /xc/lib/Xaw/TextPop.c | |
parent | fd829310d5ed6be595d7a4ec92cfe7aae3907beb (diff) |
Merge the trunk onto the tdfx-2-1 branch. Now up to date with 4.0.1.tdfx-2-1-20000711
Diffstat (limited to 'xc/lib/Xaw/TextPop.c')
-rw-r--r-- | xc/lib/Xaw/TextPop.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xc/lib/Xaw/TextPop.c b/xc/lib/Xaw/TextPop.c index c8ed5ab1c..ec49be14e 100644 --- a/xc/lib/Xaw/TextPop.c +++ b/xc/lib/Xaw/TextPop.c @@ -22,7 +22,7 @@ in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/lib/Xaw/TextPop.c,v 1.15 1999/08/28 09:00:27 dawes Exp $ */ +/* $XFree86: xc/lib/Xaw/TextPop.c,v 1.16 2000/05/18 16:29:52 dawes Exp $ */ /* * This file is broken up into three sections one dealing with @@ -1095,6 +1095,8 @@ Replace(struct SearchAndReplace *search, Bool once_only, Bool show_current) return (True); } } + else + ctx->text.insertPos = ipos; count++; } |