aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Dict/files
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2002-07-25 23:18:10 +0000
committerAnton Berezin <tobez@FreeBSD.org>2002-07-25 23:18:10 +0000
commitd6d910afe6e239d8e52e0efccc318f14b6611af1 (patch)
tree356b6307fbd576cefb75f0a06f51a75e4bd9e1f9 /net/p5-Net-Dict/files
parent867df7cdacc44aab0c72575f10ee4c9d9e4ea944 (diff)
Notes
Diffstat (limited to 'net/p5-Net-Dict/files')
-rw-r--r--net/p5-Net-Dict/files/patch-tkdict19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/p5-Net-Dict/files/patch-tkdict b/net/p5-Net-Dict/files/patch-tkdict
new file mode 100644
index 000000000000..fe47f2740a96
--- /dev/null
+++ b/net/p5-Net-Dict/files/patch-tkdict
@@ -0,0 +1,19 @@
+*** tkdict.orig Sun Jul 21 17:55:46 2002
+--- tkdict Sun Jul 21 17:56:11 2002
+***************
+*** 340,346 ****
+ #=======================================================================
+ sub set_mode
+ {
+!
+ if ($lookup_mode eq 'match')
+ {
+ $sframe->pack();
+--- 340,346 ----
+ #=======================================================================
+ sub set_mode
+ {
+! return if (!defined($sframe));
+ if ($lookup_mode eq 'match')
+ {
+ $sframe->pack();