diff options
author | Iain Holmes <iain@src.gnome.org> | 2000-10-14 08:49:59 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-10-14 08:49:59 +0800 |
commit | 8c59d6ee2d2625ab17c9bf689ba851262ac5a1d7 (patch) | |
tree | 6b32f19477ea51a69847dee7f021a93e3db896b4 /addressbook/gui/component/select-names/e-select-names-manager.h | |
parent | 0cca35f2edff27b7510b98d8b1eccd092c973053 (diff) | |
download | gsoc2013-evolution-8c59d6ee2d2625ab17c9bf689ba851262ac5a1d7.tar.gz gsoc2013-evolution-8c59d6ee2d2625ab17c9bf689ba851262ac5a1d7.tar.zst gsoc2013-evolution-8c59d6ee2d2625ab17c9bf689ba851262ac5a1d7.zip |
Only allow one select-names dialog for each id.
svn path=/trunk/; revision=5910
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names-manager.h')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names-manager.h | 2 |
1 files changed, 2 insertions, 0 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 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 { |