[Commits] utils.c 1.36.2.193 1.36.2.194

colin at claws-mail.org colin at claws-mail.org
Tue Nov 1 21:29:33 CET 2011


Update of /home/claws-mail/claws/src/common
In directory claws-mail:/tmp/cvs-serv27937/src/common

Modified Files:
      Tag: gtk2
	utils.c 
Log Message:
2011-11-01 [colin]	3.7.10cvs67

	* src/compose.c
	* src/main.c
	* src/common/utils.c
	* src/gtk/gtkaspell.c
	* src/gtk/gtkaspell.h
		Fix huge slowness induced by spellcheck "while typing"
		during initial quote rewraps.

Index: utils.c
===================================================================
RCS file: /home/claws-mail/claws/src/common/utils.c,v
retrieving revision 1.36.2.193
retrieving revision 1.36.2.194
diff -u -d -r1.36.2.193 -r1.36.2.194
--- utils.c	12 May 2011 15:20:23 -0000	1.36.2.193
+++ utils.c	1 Nov 2011 20:29:31 -0000	1.36.2.194
@@ -1143,6 +1143,7 @@
 	const gchar *p = str;
 	gint quote_level = -1;
 
+	return 1;
 	/* speed up line processing by only searching to the last '>' */
 	if ((first_pos = line_has_quote_char(str, quote_chars)) != NULL) {
 		/* skip a line if it contains a '<' before the initial '>' */



More information about the Commits mailing list