From 8c59d6ee2d2625ab17c9bf689ba851262ac5a1d7 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Sat, 14 Oct 2000 00:49:59 +0000 Subject: Only allow one select-names dialog for each id. svn path=/trunk/; revision=5910 --- addressbook/gui/component/select-names/e-select-names-manager.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'addressbook/gui/component/select-names/e-select-names-manager.h') 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 b05348ae79..fb60dfd607 100644 --- a/addressbook/gui/component/select-names/e-select-names-manager.h +++ b/addressbook/gui/component/select-names/e-select-names-manager.h @@ -28,6 +28,8 @@ struct _ESelectNamesManager { EList *sections; EList *entries; + + GHashTable *id_to_names; }; struct _ESelectNamesManagerClass { -- cgit v1.2.3