aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/e-select-names-manager.h
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2000-10-14 08:49:59 +0800
committerIain Holmes <iain@src.gnome.org>2000-10-14 08:49:59 +0800
commit8c59d6ee2d2625ab17c9bf689ba851262ac5a1d7 (patch)
tree6b32f19477ea51a69847dee7f021a93e3db896b4 /addressbook/gui/component/select-names/e-select-names-manager.h
parent0cca35f2edff27b7510b98d8b1eccd092c973053 (diff)
downloadgsoc2013-evolution-8c59d6ee2d2625ab17c9bf689ba851262ac5a1d7.tar
gsoc2013-evolution-8c59d6ee2d2625ab17c9bf689ba851262ac5a1d7.tar.gz
gsoc2013-evolution-8c59d6ee2d2625ab17c9bf689ba851262ac5a1d7.tar.bz2
gsoc2013-evolution-8c59d6ee2d2625ab17c9bf689ba851262ac5a1d7.tar.lz
gsoc2013-evolution-8c59d6ee2d2625ab17c9bf689ba851262ac5a1d7.tar.xz
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.h2
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 {