From 2b0b98d1fd0b435da1192369aec9a6b0b919c404 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Wed, 18 Oct 2000 15:53:04 +0000 Subject: Add this file I forgot earlier svn path=/trunk/; revision=5991 --- addressbook/gui/component/select-names/e-select-names-manager.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'addressbook/gui/component') diff --git a/addressbook/gui/component/select-names/e-select-names-manager.h b/addressbook/gui/component/select-names/e-select-names-manager.h index fb60dfd607..13cddaac7d 100644 --- a/addressbook/gui/component/select-names/e-select-names-manager.h +++ b/addressbook/gui/component/select-names/e-select-names-manager.h @@ -13,6 +13,7 @@ #include #include #include +#include "e-select-names.h" #define E_TYPE_SELECT_NAMES_MANAGER (e_select_names_manager_get_type ()) #define E_SELECT_NAMES_MANAGER(obj) (GTK_CHECK_CAST ((obj), E_TYPE_SELECT_NAMES_MANAGER, ESelectNamesManager)) @@ -29,7 +30,7 @@ struct _ESelectNamesManager { EList *sections; EList *entries; - GHashTable *id_to_names; + ESelectNames *names; }; struct _ESelectNamesManagerClass { -- cgit v1.2.3