[gtkhtml] Don't sort spell suggestions, they're already ranked.
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtkhtml] Don't sort spell suggestions, they're already ranked.
- Date: Wed, 29 Jul 2009 22:15:22 +0000 (UTC)
commit 3acda9528e3841247ab8a6bbe668e393015ed919
Author: Matthew Barnes <mbarnes redhat com>
Date: Wed Jul 29 18:14:43 2009 -0400
Don't sort spell suggestions, they're already ranked.
components/editor/gtkhtml-spell-checker.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/components/editor/gtkhtml-spell-checker.c b/components/editor/gtkhtml-spell-checker.c
index 581862b..61d0c2c 100644
--- a/components/editor/gtkhtml-spell-checker.c
+++ b/components/editor/gtkhtml-spell-checker.c
@@ -343,7 +343,7 @@ gtkhtml_spell_checker_get_suggestions (GtkhtmlSpellChecker *checker,
g_free (suggestions);
- return g_list_sort (list, (GCompareFunc) g_utf8_collate);
+ return list;
}
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]