ChangeLog change.

svn path=/trunk/; revision=15293
This commit is contained in:
Chris Lahey
2002-01-11 06:02:51 +00:00
parent 8e77db8f29
commit 7f19507938
3 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* gui/widgets/e-addressbook-view.c,
gui/widgets/e-addressbook-view.h (create_alphabet): Use toggle
buttons here.
buttons here. Fixes Ximian bug #10734.
2002-01-09 Christopher James Lahey <clahey@ximian.com>

View File

@ -57,6 +57,7 @@ static gchar *name_synonyms[][2] = {
{ "ian", "iain" },
{ "richard", "dick" },
{ "william", "bill" },
{ "william", "will" },
{ "anthony", "tony" },
{ "michael", "mike" },
{ "eric", "erik" },
@ -70,11 +71,13 @@ static gchar *name_synonyms[][2] = {
{ "amanda", "amy" },
{ "amanda", "manda" },
{ "jennifer", "jenny" },
{ "christopher", "chris" },
{ "rebecca", "becca" },
{ "rebecca", "becky" },
{ "anderson", "andersen" },
{ "johnson", "johnsen" },
/* We could go on and on... */
/* We should add soundex here. */
{ NULL, NULL }
};

View File

@ -741,7 +741,6 @@ e_select_names_text_model_get_nth_obj (ETextModel *model, gint n, gint *len)
{
ESelectNamesTextModel *text_model = E_SELECT_NAMES_TEXT_MODEL (model);
ESelectNamesModel *source = text_model->source;
const gchar *txt;
gint i, pos;
i = nth_obj_index (source, n);