aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2000-10-18 23:53:04 +0800
committerIain Holmes <iain@src.gnome.org>2000-10-18 23:53:04 +0800
commit2b0b98d1fd0b435da1192369aec9a6b0b919c404 (patch)
tree57d7282724cbaedda8989136b0de5feaae859740 /addressbook/gui
parent8ea94d83a13d1937ca10c6c4d6242ed76f73a306 (diff)
downloadgsoc2013-evolution-2b0b98d1fd0b435da1192369aec9a6b0b919c404.tar
gsoc2013-evolution-2b0b98d1fd0b435da1192369aec9a6b0b919c404.tar.gz
gsoc2013-evolution-2b0b98d1fd0b435da1192369aec9a6b0b919c404.tar.bz2
gsoc2013-evolution-2b0b98d1fd0b435da1192369aec9a6b0b919c404.tar.lz
gsoc2013-evolution-2b0b98d1fd0b435da1192369aec9a6b0b919c404.tar.xz
gsoc2013-evolution-2b0b98d1fd0b435da1192369aec9a6b0b919c404.tar.zst
gsoc2013-evolution-2b0b98d1fd0b435da1192369aec9a6b0b919c404.zip
Add this file I forgot earlier
svn path=/trunk/; revision=5991
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/component/select-names/e-select-names-manager.h3
1 files changed, 2 insertions, 1 deletions
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 <gtk/gtk.h>
#include <stdio.h>
#include <e-util/e-list.h>
+#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 {