changeset 8079:8766b6a6641b

[gaim-migrate @ 8778] BOOYAH BIATCH I mean. This fixes a weird bug javabsp noticed with tab completion where, if you have more than 2 dudes in a chat with more than 2 of the first characters of their screenname the same then the the tab complete would leave off the last character. Really I think we just need a gaim_utf8_strncasecmp. Note the "n" in there committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 12 Jan 2004 00:28:27 +0000
parents ab0750ac5154
children 4720864c365d
files src/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkconv.c	Sun Jan 11 23:45:23 2004 +0000
+++ b/src/gtkconv.c	Mon Jan 12 00:28:27 2004 +0000
@@ -2873,6 +2873,7 @@
 					tmp[most_matched] = '\0';
 				most_matched--;
 			}
+			most_matched++;
 
 			g_free(tmp);
 		}