diff options
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names-text-model.h')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names-text-model.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-text-model.h b/addressbook/gui/component/select-names/e-select-names-text-model.h index 3d6bed468e..6458bac59c 100644 --- a/addressbook/gui/component/select-names/e-select-names-text-model.h +++ b/addressbook/gui/component/select-names/e-select-names-text-model.h @@ -1,9 +1,10 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Authors: - * Chris Lahey <clahey@helixcode.com> + * Chris Lahey <clahey@ximian.com> + * Jon Trowbridge <trow@ximian.com> * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000, 2001 Ximian, Inc. */ #ifndef __E_SELECT_NAMES_TEXT_MODEL_H__ @@ -28,8 +29,8 @@ struct _ESelectNamesTextModel { ETextModel parent; ESelectNamesModel *source; - int source_changed_id; - int *lengths; + gint source_changed_id; + gint source_resize_id; }; struct _ESelectNamesTextModelClass { |