freebsd-ports/net/p5-Net-Dict/files/patch-tkdict
Anton Berezin d6d910afe6 Add p5-Net-Dict 2.06, a simple client API for the DICT protocol.
PR:		40826
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2002-07-25 23:18:10 +00:00

19 lines
481 B
Text

*** 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();