Thanks. This is applied now.
Dom
--- kobi zamir <kobi_zamir@yahoo.com> wrote:
> Hello,
> 
> I made a silly mistake in hspell_provider.c, it did
> not bother me much, but i got some mail about it,
> and
> i want to fix it.
> 
> My idea was that when someone write an english word
> inside a hebrew sentence the speller will not mark
> that word as mistake, this is way I wrote the
> is_hebrew() routine.
> 
> But when I used it in hspell_dict_check() I made it
> return TRUE, witch meant (now I know) that the the
> word is misspelled.
> 
> Attached is a diff to fix that.
> 
> Thanks in advance, 
> Kobi Zamir
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> http://mail.yahoo.com > Index:
src/hspell/hspell_provider.c
>
===================================================================
> RCS file:
> /cvsroot/enchant/src/hspell/hspell_provider.c,v
> retrieving revision 1.8
> diff -u -r1.8 hspell_provider.c
> --- src/hspell/hspell_provider.c	21 Jul 2004
> 15:03:23 -0000	1.8
> +++ src/hspell/hspell_provider.c	31 Oct 2004
> 17:16:31 -0000
> @@ -117,7 +117,7 @@
>  		{
>  			if (iso_word)
>  				g_free (iso_word);
> -			return TRUE;
> +			return FALSE;
>  		}
>  
>  	/* check */
> 
                
__________________________________ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 
Received on Tue Nov  2 23:04:48 2004
This archive was generated by hypermail 2.1.8 : Tue Nov 02 2004 - 23:04:48 CET