ChangeLog change.
svn path=/trunk/; revision=15293
This commit is contained in:
@ -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>
|
||||
|
||||
|
@ -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 }
|
||||
};
|
||||
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user