bugs with 0.9.5
- From: "Paul Theo Gonciari <gptheo yahoo com>"@yeti.ecs.soton.ac.uk
- To: Balsa Discussion List <balsa-list gnome org>
- Subject: bugs with 0.9.5
- Date: Tue, 19 Sep 2000 19:00:51 +0100
Hi,
I just found two bugs ...
1. spell check crashes - After a couple of checked words it gets in some
recursive and that's it.
to get rid of this one modify the code in spell-check.c at 1220 by putting
the if statement as below.
if (!at_end) {
/* check to see if we're at the end yet */
if (spell_check->end_pos >= spell_check->length)
at_end = TRUE;
else if (spell_check->start_pos == spell_check->end_pos)
at_end = !next_word (spell_check);
}
2. after you spell check a mail and you want to send it , balsa crashes.
haven't figured out how to get rid of this one
any ideas
thanx,
theo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]