aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-04-25 18:53:26 +0300
committerSergey Poznyakoff <gray@gnu.org>2021-04-25 18:53:26 +0300
commit6ecc24d4fc5111850b96fcaa9dd329561048e2df (patch)
treece41e4437d7c0cd7b362b2b185ddb38d26b9f5a6
parentbcac5dfa7e5469cce94f17b012c662cbea1be555 (diff)
downloaddico-6ecc24d4fc5111850b96fcaa9dd329561048e2df.tar.gz
dico-6ecc24d4fc5111850b96fcaa9dd329561048e2df.tar.bz2
Fix searches in gcider
-rwxr-xr-xscripts/gcider2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gcider b/scripts/gcider
index 5ee9079..4e6656f 100755
--- a/scripts/gcider
+++ b/scripts/gcider
@@ -1630,7 +1630,7 @@ proc matchword_lazy {headword} {
}
proc matchword {word} {
- if {[docmd matchreedword_lazy $word] == 1} {
+ if {[docmd matchword_lazy $word] == 1} {
.c.matches configure -state normal
.c.matches delete 0 end
.c.matches configure -state disabled

Return to:

Send suggestions and report system problems to the System administrator.