2006-06-29 [colin] 2.3.1cvs43
authorColin Leroy <colin@colino.net>
Thu, 29 Jun 2006 17:39:05 +0000 (17:39 +0000)
committerColin Leroy <colin@colino.net>
Thu, 29 Jun 2006 17:39:05 +0000 (17:39 +0000)
* src/gtk/gtkaspell.c
"Sylpheed" and "Sylpheed-Claws" do exist !

ChangeLog
PATCHSETS
configure.ac
src/gtk/gtkaspell.c

index e46b82793257ddca547e4ff01e31f02653e9105c..adef83f937fd6b1cb5cc27ed65af0243c06ab5de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-29 [colin]     2.3.1cvs43
+
+       * src/gtk/gtkaspell.c
+               "Sylpheed" and "Sylpheed-Claws" do exist !
+
 2006-06-29 [colin]     2.3.1cvs42
 
        * src/imap.c
index 688868f1186918933ccb6e4847a93afc82d19bb8..61338c2ad64aa6fabe2d93a584e53f0b1c02ea4a 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.115.2.92 -r 1.115.2.93 src/main.c;  cvs diff -u -r 1.1.2.21 -r 1.1.2.22 src/plugins/pgpcore/sgpgme.c;  ) > 2.3.1cvs40.patchset
 ( cvs diff -u -r 1.179.2.124 -r 1.179.2.125 src/imap.c;  cvs diff -u -r 1.34.2.6 -r 1.34.2.7 src/imap.h;  cvs diff -u -r 1.274.2.120 -r 1.274.2.121 src/mainwindow.c;  ) > 2.3.1cvs41.patchset
 ( cvs diff -u -r 1.179.2.125 -r 1.179.2.126 src/imap.c;  ) > 2.3.1cvs42.patchset
+( cvs diff -u -r 1.9.2.40 -r 1.9.2.41 src/gtk/gtkaspell.c;  ) > 2.3.1cvs43.patchset
index 4bf45500ff09e80463cc3f1afc83c0461ddeddd7..81cecd80033bff1f1d370c83495781bef53e275f 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=3
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=42
+EXTRA_VERSION=43
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 1d87a7bc03ed7f4fa43b3de28b3351c01012070b..787b266ce472d51fac4ff187ec0734cf48030752 100644 (file)
@@ -1065,7 +1065,8 @@ static gboolean check_at(GtkAspell *gtkaspell, gint from_pos)
                               &start, &end))
                return FALSE;
 
-       if (misspelled_test(gtkaspell, buf)) {
+       if (misspelled_test(gtkaspell, buf)
+       && strcasecmp(buf, "sylpheed") && strcasecmp(buf, "sylpheed-claws")) {
                strncpy(gtkaspell->theword, buf, GTKASPELLWORDSIZE - 1);
                gtkaspell->theword[GTKASPELLWORDSIZE - 1] = 0;
                gtkaspell->start_pos  = start;